Uses of Interface
org.deepfs.fsml.parsers.IFileParser

Packages that use IFileParser
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. 
 

Uses of IFileParser in org.deepfs.fsml
 

Methods in org.deepfs.fsml that return IFileParser
 IFileParser ParserRegistry.getFallbackParser()
          Gets the fallback parser implementation.
 IFileParser ParserRegistry.getParser(String suffix)
          Gets a parser implementation for given file suffix.
 

Method parameters in org.deepfs.fsml with type arguments of type IFileParser
static void ParserRegistry.register(String suffix, Class<? extends IFileParser> c)
          Registers a parser implementation with the fs parser.
static void ParserRegistry.registerFallback(Class<? extends IFileParser> c)
          Registers a fallback parser implementation with the fs parser.
 

Uses of IFileParser in org.deepfs.fsml.parsers
 

Classes in org.deepfs.fsml.parsers that implement IFileParser
 class BMPParser
          Parser for BMP files.
 class EMLParser
          Parser for EML files.
 class GIFParser
          Parser for GIF files.
 class JPGParser
          Parser for JPG files.
 class MP3Parser
           Parser for MP3 audio files.
 class PNGParser
          Parser for PNG files.
 class TIFFParser
          Parser for TIF files.
 class TXTParser
          Text parser that tries to extract textual content from files.
 class XMLParser
          Parser for XML files.
 

Uses of IFileParser in org.deepfs.fsml.plugin
 

Classes in org.deepfs.fsml.plugin that implement IFileParser
 class SpotlightExtractor
          Extracts metadata from Apple's Spotlight.