org.jboss.errai.reflections.vfs
Class SystemFile
java.lang.Object
org.jboss.errai.reflections.vfs.SystemFile
- All Implemented Interfaces:
- Vfs.File
public class SystemFile
- extends Object
- implements Vfs.File
an implementation of Vfs.File
for a directory File
SystemFile
public SystemFile(SystemDir dir,
File file)
getFullPath
public String getFullPath()
- Specified by:
getFullPath
in interface Vfs.File
getName
public String getName()
- Specified by:
getName
in interface Vfs.File
getRelativePath
public String getRelativePath()
- Specified by:
getRelativePath
in interface Vfs.File
openInputStream
public InputStream openInputStream()
- Specified by:
openInputStream
in interface Vfs.File
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.