|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VirtualFile
VirtualFile is a common interface to handle system files and file resources in JAR. System file resources have an URL prefixed with "file:". e.g., "file:/C:/Program Files/Software/classes/org/xerial/util/FileResource.java" JAR file contents have an URL prefixed with "jar:file: e.g., "jar:file:/C:/Program Files/Software/something.jar!/org/xerial/util/FileResource.java"
| Method Summary | |
|---|---|
String |
getLogicalPath()
Gets the logical path of the file. |
URL |
getURL()
Gets the URL of this file |
boolean |
isDirectory()
is directory? |
String |
toString()
|
| Method Detail |
|---|
String getLogicalPath()
boolean isDirectory()
URL getURL()
String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
