Uses of Package
org.deepfs.fsml

Packages that use org.deepfs.fsml
org.deepfs.fsml This package contains the core classes of the DeepFS project. 
org.deepfs.fsml.parsers This package contains classes for extracting file metadata and content. 
org.deepfs.fsml.plugin This package contains (native) plugins for the fsml framework. 
org.deepfs.fsml.ser This package contains serializers for DeepFile objects. 
 

Classes in org.deepfs.fsml used by org.deepfs.fsml
BufferedFileChannel
          Buffered FileChannel implementation.
DeepFile
           Storage for metadata information and contents for a single file.
DeepFile.Content
          File content.
DeepNS
          All namespaces used in the DeepFile.
FileType
          Available file types.
MetaElem
          Available metadata elements.
MimeType
          Available MIME types.
ParserException
          An exception class used for signaling failure of parser operations.
ParserRegistry
          Registry for file parsers.
 

Classes in org.deepfs.fsml used by org.deepfs.fsml.parsers
BufferedFileChannel
          Buffered FileChannel implementation.
DeepFile
           Storage for metadata information and contents for a single file.
 

Classes in org.deepfs.fsml used by org.deepfs.fsml.plugin
DeepFile
           Storage for metadata information and contents for a single file.
ParserException
          An exception class used for signaling failure of parser operations.
 

Classes in org.deepfs.fsml used by org.deepfs.fsml.ser
DeepFile
           Storage for metadata information and contents for a single file.