Class ParamCondition
- java.lang.Object
-
- org.ocpsoft.rewrite.config.DefaultConditionBuilder
-
- org.jboss.windup.config.condition.GraphCondition
-
- org.jboss.windup.config.condition.ParamCondition
-
- All Implemented Interfaces:
org.ocpsoft.rewrite.config.Condition,org.ocpsoft.rewrite.config.ConditionBuilder,org.ocpsoft.rewrite.param.Parameterized
public class ParamCondition extends GraphCondition implements org.ocpsoft.rewrite.param.Parameterized
- Author:
- Lincoln Baxter, III
-
-
Constructor Summary
Constructors Constructor Description ParamCondition(String name, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanevaluate(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context)Set<String>getRequiredParameterNames()voidsetParameterStore(org.ocpsoft.rewrite.param.ParameterStore store)-
Methods inherited from class org.jboss.windup.config.condition.GraphCondition
evaluate, getInputVariablesName, getOutputVariablesName, setInputVariablesName, setOutputVariablesName, setResults
-
-
-
-
Method Detail
-
evaluate
public boolean evaluate(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context)
- Specified by:
evaluatein classGraphCondition
-
getRequiredParameterNames
public Set<String> getRequiredParameterNames()
- Specified by:
getRequiredParameterNamesin interfaceorg.ocpsoft.rewrite.param.Parameterized
-
setParameterStore
public void setParameterStore(org.ocpsoft.rewrite.param.ParameterStore store)
- Specified by:
setParameterStorein interfaceorg.ocpsoft.rewrite.param.Parameterized
-
-