org.jboss.wsf.spi.deployment
Interface UnifiedVirtualFile
- All Superinterfaces:
- java.io.Serializable
public interface UnifiedVirtualFile
- extends java.io.Serializable
An adaptor to a VirtualFile from jboss-vfs.jar
jboss-vfs cannot be used in jboss-4.x because of its dependeny on jboss-common-core.jar
- Since:
- 05-May-2006
- Author:
- Thomas.Diesler@jboss.org
findChild
UnifiedVirtualFile findChild(java.lang.String child)
throws java.io.IOException
- Throws:
java.io.IOException
getChildren
java.util.List<UnifiedVirtualFile> getChildren()
throws java.io.IOException
- Throws:
java.io.IOException
getName
java.lang.String getName()
toURL
java.net.URL toURL()
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.