|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITextAnalyzer
A generic text analyser.
| Method Summary | |
|---|---|
Object |
evaluate(String content,
IPlaceholder placeholder,
IProcessor processor,
IContext context,
boolean silent)
Get the evaluation of a given text. |
String |
replace(String content,
IPlaceholder placeholder,
IProcessor processor,
IContext context,
boolean silent)
Replace filtered parts in content using a processor. |
| Method Detail |
|---|
String replace(String content,
IPlaceholder placeholder,
IProcessor processor,
IContext context,
boolean silent)
throws TextAnalyzerException
content - Content to replace.placeholder - Text placeholder information.processor - A processor.context - The test context.silent - true, silent mode on, false, silent mode off.
TextAnalyzerException - On processing errors.
Object evaluate(String content,
IPlaceholder placeholder,
IProcessor processor,
IContext context,
boolean silent)
throws TextAnalyzerException
content - Content to evaluate.placeholder - Text placeholder information.processor - A processor.context - The test context.silent - true, silent mode on, false, silent mode off.
TextAnalyzerException - On processing errors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||