|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.columbia.cs.ref.tool.preprocessor.CompositeSequentialPreprocessor
public class CompositeSequentialPreprocessor
This class is an implementation of the Preprocessor interface. This Preprocessor is used to compose several preprocessors. The result of this processor is the consecutive application of several transformations to the input content
Constructor Summary | |
---|---|
CompositeSequentialPreprocessor(Preprocessor... preprocessors)
Instantiates a new composite sequential preprocessor. |
Method Summary | |
---|---|
java.lang.String |
process(java.lang.String content)
This method is responsible for processing the content of a document and returns a transformed String that corresponds to a transformed version of the input content |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompositeSequentialPreprocessor(Preprocessor... preprocessors)
preprocessors
- the preprocessorsMethod Detail |
---|
public java.lang.String process(java.lang.String content)
Preprocessor
process
in interface Preprocessor
content
- the content of document represented as a String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |