@Beta public interface VirtualFile
Modifier and Type | Method and Description |
---|---|
boolean |
exists() |
ByteSource |
getByteSource() |
CharSource |
getCharSource() |
List<VirtualFile> |
getChildren() |
String |
getName() |
VirtualFilePath |
getPath() |
URL |
getUrl() |
boolean |
isFile() |
boolean |
isFolder() |
VirtualFile |
resolve(VirtualFilePath path) |
String getName()
VirtualFilePath getPath()
URL getUrl()
boolean isFolder()
boolean isFile()
List<VirtualFile> getChildren()
CharSource getCharSource()
ByteSource getByteSource()
boolean exists()
VirtualFile resolve(VirtualFilePath path)