photospace.vfs
Class FileSystemBrowser

java.lang.Object
  extended byphotospace.vfs.FileSystemBrowser
All Implemented Interfaces:
Browser, java.io.Serializable

public class FileSystemBrowser
extends java.lang.Object
implements java.io.Serializable, Browser

See Also:
Serialized Form

Constructor Summary
FileSystemBrowser()
           
 
Method Summary
 FolderMeta browse(java.lang.String path, int depth)
           
 void setFilesystem(FileSystem filesystem)
           
 void setPersister(Persister persister)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemBrowser

public FileSystemBrowser()
Method Detail

setFilesystem

public void setFilesystem(FileSystem filesystem)

setPersister

public void setPersister(Persister persister)

browse

public FolderMeta browse(java.lang.String path,
                         int depth)
                  throws java.lang.Exception
Specified by:
browse in interface Browser
Throws:
java.lang.Exception