org.jboss.wsf.spi.deployment
Interface UnifiedVirtualFile
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- URLLoaderAdapter
public interface UnifiedVirtualFile extends Serializable
- Since:
- 05-May-2006
- Author:
- [email protected], [email protected]
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description UnifiedVirtualFile
findChild(String child)
UnifiedVirtualFile
findChildFailSafe(String child)
Same as findChild(String child) but does not throw any exception on child not found, simply returns null.List<UnifiedVirtualFile>
getChildren()
String
getName()
URL
toURL()
Method Detail
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
- name of child to find- Returns:
- found child
getChildren
List<UnifiedVirtualFile> getChildren() throws IOException
- Throws:
IOException
getName
String getName()
toURL
URL toURL()
Copyright © 2018 JBoss, by Red Hat. All rights reserved.