public interface VirtualFile
Modifier and Type | Method | Description |
---|---|---|
VirtualFile |
getChildFile(String name) |
|
String |
getName() |
|
VirtualFile |
getParentFile() |
|
String |
getPath() |
|
Source |
getSource() |
|
boolean |
isFile() |
boolean isFile()
String getPath()
String getName()
VirtualFile getParentFile()
VirtualFile getChildFile(String name)
Source getSource() throws IOException
IOException