Uses of Interface
net.metanotion.io.FileSystem

Packages that use FileSystem
net.metanotion.io   
net.metanotion.io.gui   
net.metanotion.io.s3   
 

Uses of FileSystem in net.metanotion.io
 

Classes in net.metanotion.io with type parameters of type FileSystem
 class AbstractFile<F extends File,FS extends FileSystem>
          Abstract base class to implement common behaviors of a File, in particular files that delegate to an underlying File object.
 

Subinterfaces of FileSystem in net.metanotion.io
 interface JFileSystem
          Extension of FileSystem interface to support returning "normal" Java Input and Output Streams.
 

Classes in net.metanotion.io that implement FileSystem
 class ChRootFileSystem
          FileSystem to change the root of another file system.
 class JavaFileSystem
          Implementation of the "normal" file system available through the Java I/O package.
 class JFileSystemAdapter
          Implementation of JFileSystem that lets you treat a FileSystem as a JFileSystem.
 class MountingFileSystem
          FileSystem to attach other filesystems to mount points.
 class RAMDiskFileSystem
          Completely Memory based "ram disk" file system.
 

Fields in net.metanotion.io declared as FileSystem
protected  FS AbstractFile.owner
           
 

Methods in net.metanotion.io that return FileSystem
 FileSystem File.getFS()
          Gets the FileSystem object associated with this file.
 FileSystem AbstractFile.getFS()
           
 

Methods in net.metanotion.io with parameters of type FileSystem
 void FileSystemListener.onAddListener(FileSystem pObserver)
           
 void FileSystemListener.onRemoveListener(FileSystem pObserver)
           
 

Constructors in net.metanotion.io with parameters of type FileSystem
JFileSystemAdapter(FileSystem fs)
           
 

Uses of FileSystem in net.metanotion.io.gui
 

Constructors in net.metanotion.io.gui with parameters of type FileSystem
FileSystemViewAdapter(FileSystem fs)
           
FSTreeModel(FileSystem fs)
           
 

Uses of FileSystem in net.metanotion.io.s3
 

Classes in net.metanotion.io.s3 that implement FileSystem
 class S3FileSystem
          FileSystem implementation to use Amazon's S3 service.