Package org.reflections.vfs
Class SystemFile
- java.lang.Object
-
- org.reflections.vfs.SystemFile
-
-
Constructor Summary
Constructors Constructor Description SystemFile(SystemDir root, java.io.File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.StringgetRelativePath()java.io.InputStreamopenInputStream()java.lang.StringtoString()
-
-
-
Field Detail
-
root
private final SystemDir root
-
file
private final java.io.File file
-
-
Constructor Detail
-
SystemFile
public SystemFile(SystemDir root, java.io.File file)
-
-
Method Detail
-
getRelativePath
public java.lang.String getRelativePath()
- Specified by:
getRelativePathin interfaceVfs.File
-
openInputStream
public java.io.InputStream openInputStream()
- Specified by:
openInputStreamin interfaceVfs.File
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-