org.specrunner.util.expression
Interface IProcessor
- All Known Implementing Classes:
- ProcessorDefault
public interface IProcessor
A generic text snippet processor.
- Author:
- Thiago Santos
process
Object process(String content,
IContext context,
boolean silent)
throws TextAnalyzerException
- Evaluate a content.
- Parameters:
content - The content to process.context - The test context.silent - true, if silent evaluation, false, otherwise.
- Returns:
- Expression result value.
- Throws:
TextAnalyzerException - On processing errors.
Copyright © 2015. All rights reserved.