Package org.jboss.as.webservices.util
Class VirtualFileAdaptor
- java.lang.Object
-
- org.jboss.as.webservices.util.VirtualFileAdaptor
-
- All Implemented Interfaces:
Serializable,org.jboss.wsf.spi.deployment.UnifiedVirtualFile
public final class VirtualFileAdaptor extends Object implements org.jboss.wsf.spi.deployment.UnifiedVirtualFile
A VirtualFile adaptor.- Author:
- Thomas.Diesler@jboss.org, Ales.Justin@jboss.org, alessio.soldano@jboss.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VirtualFileAdaptor(org.jboss.vfs.VirtualFile file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.wsf.spi.deployment.UnifiedVirtualFilefindChild(String child)org.jboss.wsf.spi.deployment.UnifiedVirtualFilefindChildFailSafe(String child)List<org.jboss.wsf.spi.deployment.UnifiedVirtualFile>getChildren()StringgetName()URLtoURL()
-
-
-
Method Detail
-
findChild
public org.jboss.wsf.spi.deployment.UnifiedVirtualFile findChild(String child) throws IOException
- Specified by:
findChildin interfaceorg.jboss.wsf.spi.deployment.UnifiedVirtualFile- Throws:
IOException
-
findChildFailSafe
public org.jboss.wsf.spi.deployment.UnifiedVirtualFile findChildFailSafe(String child)
- Specified by:
findChildFailSafein interfaceorg.jboss.wsf.spi.deployment.UnifiedVirtualFile
-
toURL
public URL toURL()
- Specified by:
toURLin interfaceorg.jboss.wsf.spi.deployment.UnifiedVirtualFile
-
getChildren
public List<org.jboss.wsf.spi.deployment.UnifiedVirtualFile> getChildren() throws IOException
- Specified by:
getChildrenin interfaceorg.jboss.wsf.spi.deployment.UnifiedVirtualFile- Throws:
IOException
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.jboss.wsf.spi.deployment.UnifiedVirtualFile
-
-