org.specrunner.util.expression.core
Class ProcessorDefault
java.lang.Object
org.specrunner.util.expression.core.ProcessorDefault
- All Implemented Interfaces:
- IProcessor
public class ProcessorDefault
- extends Object
- implements IProcessor
Default processor implementation.
- Author:
- Thiago Santos
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessorDefault
public ProcessorDefault()
process
public Object process(String content,
IContext context,
boolean silent)
throws TextAnalyzerException
- Description copied from interface:
IProcessor
- Evaluate a content.
- Specified by:
process in interface IProcessor
- 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.