Package net.sf.cotta

Interface Summary
ControlledFileSystem.Controller  
FileSystem The file system that handles the implementation of the file operations
FileVisitor  
Parser<T>  
TDirectoryFilter  
TEntryFilter TEntry used for listing
TFileFilter  
TResource  
 

Class Summary
AbstractFileVisitor  
CatastrophicFileSystem  
ControlledFileSystem A file system that delegates all file operations to a controller
ControlledFileSystem.PermissionController  
Info  
PathContent A value object holds a list of path for files and a list of path for directories.
PathSeparator  
TDirectory The class that represent the directory.
TDirectoryListing Directory listing that can return list of entries, files or directories.
TEntry Entry instance that represents either a file or a directory.
TFile The class that represents the file.
TFileFactory The factory class for creating TFile and TDirectory.
TPath An object presentation of path to mainly used by the implemenation of Cotta classes.
 

Exception Summary
ByteArrayIndexOutOfBoundsException  
PermissionDeniedException  
TDirectoryNotFoundException  
TFileNotFoundException  
TIoException The exception that wraps java.io.IOException.
TIoRuntimeException Runtime exception used to wrap TIoException in the place where you cannot declare exception