public interface UnifiedVirtualFile extends Serializable
| 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() |
UnifiedVirtualFile findChild(String child) throws IOException
IOExceptionUnifiedVirtualFile findChildFailSafe(String child)
child - name of child to findList<UnifiedVirtualFile> getChildren() throws IOException
IOExceptionString getName()
URL toURL()
Copyright © 2015 JBoss, by Red Hat. All rights reserved.