org.silverpeas.search.indexEngine.parser
Interface Parser

All Known Implementing Classes:
ExcelParser, HTMLParser2, OOParser, PdfParser2, PipedParser, PptParserPOI, PsParser, RtfParser, TextParser, TikaParser, WordParser

public interface Parser

A parser is used to retrieve the text content of a file.


Method Summary
 Reader getReader(String path, String encoding)
          Returns a Reader giving only the text content of the file.
 

Method Detail

getReader

Reader getReader(String path,
                 String encoding)
Returns a Reader giving only the text content of the file.



Copyright © 2016 Silverpeas. All Rights Reserved.