Uses of Class
tml.storage.importers.AbstractImporter

Packages that use AbstractImporter
tml.storage.importers Importers implement text cleaning from different file formats. 
 

Uses of AbstractImporter in tml.storage.importers
 

Subclasses of AbstractImporter in tml.storage.importers
 class HtmlImporter
          This importer uses org.htmlpraser to obtain plain text from an HTML file.
 class TextImporter
          TextImporter implements the simples importer of plain text, therefore it just returns the content as it is.