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.String
getName()
java.lang.String
getRelativePath()
java.io.InputStream
openInputStream()
java.lang.String
toString()
-
-
-
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:
getRelativePath
in interfaceVfs.File
-
openInputStream
public java.io.InputStream openInputStream()
- Specified by:
openInputStream
in interfaceVfs.File
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-