public interface VirtualFile
Modifier and Type | Method and Description |
---|---|
VirtualFile |
getChild(String path) |
VirtualFile |
getChild(String path,
boolean chrooted) |
Collection<VirtualFile> |
getChildren() |
InputStream |
getInputStream() |
String |
getName() |
String |
getRelativePath() |
boolean |
isDirectory() |
boolean |
isFile() |
boolean isFile()
boolean isDirectory()
InputStream getInputStream() throws IOException
IOException
String getName()
String getRelativePath()
Collection<VirtualFile> getChildren()
VirtualFile getChild(String path)
VirtualFile getChild(String path, boolean chrooted)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.