Uses of Interface
org.specrunner.util.expression.IProcessor

Packages that use IProcessor
org.specrunner.util.expression   
org.specrunner.util.expression.core   
 

Uses of IProcessor in org.specrunner.util.expression
 

Methods in org.specrunner.util.expression with parameters of type IProcessor
 Object ITextAnalyzer.evaluate(String content, IPlaceholder placeholder, IProcessor processor, IContext context, boolean silent)
          Get the evaluation of a given text.
 String ITextAnalyzer.replace(String content, IPlaceholder placeholder, IProcessor processor, IContext context, boolean silent)
          Replace filtered parts in content using a processor.
 

Uses of IProcessor in org.specrunner.util.expression.core
 

Classes in org.specrunner.util.expression.core that implement IProcessor
 class ProcessorDefault
          Default processor implementation.
 

Methods in org.specrunner.util.expression.core with parameters of type IProcessor
 Object TextAnalyzerDefault.evaluate(String content, IPlaceholder placeholder, IProcessor processor, IContext context, boolean silent)
           
 String TextAnalyzerDefault.replace(String content, IPlaceholder placeholder, IProcessor processor, IContext context, boolean silent)
           
 



Copyright © 2015. All rights reserved.