org.silverpeas.search.indexEngine.parser.textParser
Class TextParser

java.lang.Object
  extended by org.silverpeas.search.indexEngine.parser.textParser.TextParser
All Implemented Interfaces:
Parser

public class TextParser
extends Object
implements Parser

A TextParser parse a text file without any processing.

Author:
$Author: neysseri $

Constructor Summary
TextParser()
          Constructor declaration
 
Method Summary
 Reader getReader(String path, String encoding)
          Method declaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextParser

public TextParser()
Constructor declaration

Method Detail

getReader

public Reader getReader(String path,
                        String encoding)
Method declaration

Specified by:
getReader in interface Parser
Parameters:
path -
encoding -
Returns:


Copyright © 2016 Silverpeas. All Rights Reserved.