org.jboss.errai.reflections.vfs
Interface Vfs.File

All Known Implementing Classes:
SystemFile, ZipFile
Enclosing class:
Vfs

public static interface Vfs.File

an abstract vfs file


Method Summary
 java.lang.String getFullPath()
           
 java.lang.String getName()
           
 java.lang.String getRelativePath()
           
 java.io.InputStream openInputStream()
           
 

Method Detail

getName

java.lang.String getName()

getRelativePath

java.lang.String getRelativePath()

getFullPath

java.lang.String getFullPath()

openInputStream

java.io.InputStream openInputStream()
                                    throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2011. All Rights Reserved.