photospace.vfs
Interface FileSystem

All Known Implementing Classes:
FileSystemImpl

public interface FileSystem

C5


Method Summary
 java.io.File getAsset(java.lang.String path)
           
 java.io.File getDirectory(java.lang.String path)
           
 java.io.File getFile(java.lang.String path)
           
 java.lang.String getPath(java.io.File file)
           
 java.io.File getRoot()
           
 void setRoot(java.io.File root)
           
 

Method Detail

getRoot

public java.io.File getRoot()

setRoot

public void setRoot(java.io.File root)
             throws java.io.IOException
Throws:
java.io.IOException

getFile

public java.io.File getFile(java.lang.String path)
                     throws java.io.IOException
Throws:
java.io.IOException

getAsset

public java.io.File getAsset(java.lang.String path)
                      throws java.io.FileNotFoundException,
                             java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException

getDirectory

public java.io.File getDirectory(java.lang.String path)
                          throws java.io.FileNotFoundException,
                                 java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException

getPath

public java.lang.String getPath(java.io.File file)