Errai 3.0.1-SNAPSHOT

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
 String getFullPath()
           
 String getName()
           
 String getRelativePath()
           
 InputStream openInputStream()
           
 

Method Detail

getName

String getName()

getRelativePath

String getRelativePath()

getFullPath

String getFullPath()

openInputStream

InputStream openInputStream()
                            throws IOException
Throws:
IOException

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.