@Beta
public interface VirtualFile
Modifier and Type | Method and Description |
---|---|
boolean |
exists() |
com.google.common.io.ByteSource |
getByteSource() |
com.google.common.io.CharSource |
getCharSource() |
java.util.List<VirtualFile> |
getChildren() |
java.lang.String |
getName() |
VirtualFilePath |
getPath() |
java.net.URL |
getUrl() |
boolean |
isFile() |
boolean |
isFolder() |
VirtualFile |
resolve(VirtualFilePath path) |
java.lang.String getName()
VirtualFilePath getPath()
java.net.URL getUrl()
boolean isFolder()
boolean isFile()
java.util.List<VirtualFile> getChildren()
com.google.common.io.CharSource getCharSource()
com.google.common.io.ByteSource getByteSource()
boolean exists()
VirtualFile resolve(VirtualFilePath path)