public class Project extends ParameterizedGraphCondition
Artifact within the graph.| Constructor and Description |
|---|
Project() |
| Modifier and Type | Method and Description |
|---|---|
org.ocpsoft.rewrite.config.ConditionBuilder |
as(String as) |
static Project |
dependsOnArtifact(Artifact artifact)
Specify the Artifact for which the condition should search for.
|
boolean |
evaluate(GraphRewrite event,
org.ocpsoft.rewrite.context.EvaluationContext context,
EvaluationStrategy evaluationStrategy) |
protected boolean |
evaluateAndPopulateValueStores(GraphRewrite event,
org.ocpsoft.rewrite.context.EvaluationContext context,
FrameCreationContext frameCreationContext) |
protected boolean |
evaluateWithValueStore(GraphRewrite event,
org.ocpsoft.rewrite.context.EvaluationContext context,
FrameContext frameContext) |
static ProjectFrom |
from(String from) |
Artifact |
getArtifact() |
Set<String> |
getRequiredParameterNames() |
protected String |
getVarname() |
void |
setArtifact(Artifact artifact) |
void |
setParameterStore(org.ocpsoft.rewrite.param.ParameterStore store) |
String |
toString() |
evaluateevaluate, getInputVariablesName, getOutputVariablesName, setInputVariablesName, setOutputVariablesName, setResultspublic static Project dependsOnArtifact(Artifact artifact)
artifact - public static ProjectFrom from(String from)
public void setArtifact(Artifact artifact)
public Artifact getArtifact()
public boolean evaluate(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context, EvaluationStrategy evaluationStrategy)
public org.ocpsoft.rewrite.config.ConditionBuilder as(String as)
protected boolean evaluateAndPopulateValueStores(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context, FrameCreationContext frameCreationContext)
evaluateAndPopulateValueStores in class ParameterizedGraphConditionprotected boolean evaluateWithValueStore(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context, FrameContext frameContext)
evaluateWithValueStore in class ParameterizedGraphConditionprotected String getVarname()
getVarname in class ParameterizedGraphConditionpublic void setParameterStore(org.ocpsoft.rewrite.param.ParameterStore store)
Copyright © 2018 JBoss by Red Hat. All rights reserved.