Class AtStepNamed

java.lang.Object
nz.org.riskscape.wizard.bld.loc.AtStepNamed
All Implemented Interfaces:
ChangeLocation

public class AtStepNamed extends Object implements ChangeLocation
  • Constructor Details

    • AtStepNamed

      public AtStepNamed(String name)
  • Method Details

    • isMultiple

      public boolean isMultiple()
      Specified by:
      isMultiple in interface ChangeLocation
      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 interface ChangeLocation
      Returns:
      a list of locations where the change should be made to the given state.