Package nz.org.riskscape.wizard.bld.loc
Class AtStepNamed
java.lang.Object
nz.org.riskscape.wizard.bld.loc.AtStepNamed
- All Implemented Interfaces:
ChangeLocation
-
Field Summary
Fields inherited from interface nz.org.riskscape.wizard.bld.loc.ChangeLocation
EMPTY, END, START
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<nz.org.riskscape.pipeline.ast.PipelineDeclaration.Found>
find
(IncrementalBuildState buildState) boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface nz.org.riskscape.wizard.bld.loc.ChangeLocation
findOne, toString
-
Constructor Details
-
AtStepNamed
-
-
Method Details
-
isMultiple
public boolean isMultiple()- Specified by:
isMultiple
in interfaceChangeLocation
- Returns:
- true if this change location expects to return more than one
PipelineDeclaration.Found
location.
-
find
public List<nz.org.riskscape.pipeline.ast.PipelineDeclaration.Found> find(IncrementalBuildState buildState) - Specified by:
find
in interfaceChangeLocation
- Returns:
- a list of locations where the change should be made to the given state.
-