Package org.jboss.windup.config.query
Class WindupConfigurationQuery
- java.lang.Object
-
- org.ocpsoft.rewrite.config.DefaultConditionBuilder
-
- org.jboss.windup.config.condition.GraphCondition
-
- org.jboss.windup.config.query.WindupConfigurationQuery
-
- All Implemented Interfaces:
org.ocpsoft.rewrite.config.Condition,org.ocpsoft.rewrite.config.ConditionBuilder
public class WindupConfigurationQuery extends GraphCondition
A short-hand for querying WindupConfigurationModel.
-
-
Constructor Summary
Constructors Constructor Description WindupConfigurationQuery()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanevaluate(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context)Only here to allow the class extend GraphCondition to show up in code completion.static QueryBuilderWithhasOption(String propertyName)static QueryBuilderWithhasOption(String propertyName, Object value)-
Methods inherited from class org.jboss.windup.config.condition.GraphCondition
evaluate, getInputVariablesName, getOutputVariablesName, setInputVariablesName, setOutputVariablesName, setResults
-
-
-
-
Method Detail
-
hasOption
public static QueryBuilderWith hasOption(String propertyName)
-
hasOption
public static QueryBuilderWith hasOption(String propertyName, Object value)
-
evaluate
public boolean evaluate(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context)
Only here to allow the class extend GraphCondition to show up in code completion.- Specified by:
evaluatein classGraphCondition
-
-