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
IOException
UnifiedVirtualFile findChildFailSafe(String child)
child
- List<UnifiedVirtualFile> getChildren() throws IOException
IOException
String getName()
URL toURL()
Copyright © 2015 JBoss, by Red Hat. All rights reserved.