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

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

Uses of IPlaceholder in org.specrunner.util.expression
 

Methods in org.specrunner.util.expression with parameters of type IPlaceholder
 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 IPlaceholder in org.specrunner.util.expression.core
 

Classes in org.specrunner.util.expression.core that implement IPlaceholder
 class PlaceholderDefault
          Default placeholder information.
 

Methods in org.specrunner.util.expression.core with parameters of type IPlaceholder
 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.