org.jboss.wsf.spi.deployment
Interface UnifiedVirtualFile
- All Superinterfaces:
- Serializable
- All Known Subinterfaces:
- WritableUnifiedVirtualFile
- All Known Implementing Classes:
- URLLoaderAdapter
public interface UnifiedVirtualFile
- extends Serializable
- Since:
- 05-May-2006
- Author:
- Thomas.Diesler@jboss.org, alessio.soldano@jboss.com
findChild
UnifiedVirtualFile findChild(String child)
throws IOException
- Throws:
IOException
findChildFailSafe
UnifiedVirtualFile findChildFailSafe(String child)
- Same as findChild(String child) but does not throw any exception
on child not found, simply returns null.
- Parameters:
child -
- Returns:
getChildren
List<UnifiedVirtualFile> getChildren()
throws IOException
- Throws:
IOException
getName
String getName()
toURL
URL toURL()
Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.