|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xerial.util.FileResource.SystemFile
public static class FileResource.SystemFile
A virtual file implementation for usual files
| Constructor Summary | |
|---|---|
FileResource.SystemFile(File file,
String logicalPath)
|
|
| 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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FileResource.SystemFile(File file,
String logicalPath)
| Method Detail |
|---|
public String getLogicalPath()
VirtualFile
getLogicalPath in interface VirtualFilepublic URL getURL()
VirtualFile
getURL in interface VirtualFilepublic boolean isDirectory()
VirtualFile
isDirectory in interface VirtualFilepublic String toString()
toString in interface VirtualFiletoString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
