Package com.io7m.waxmill.realize
Interface WXMRealizationInstructionsType
- All Known Implementing Classes:
WXMRealizationInstructions
@Immutable
public interface WXMRealizationInstructionsType
The instructions that comprise a realization.
-
Method Summary
Modifier and Type Method Description default voidexecute(WXMDryRun dryRun)Execute the realization.java.util.List<WXMRealizationStepType>steps()
-
Method Details
-
steps
java.util.List<WXMRealizationStepType> steps()- Returns:
- The realization steps
-
execute
Execute the realization.- Parameters:
dryRun- If this is a dry run- Throws:
WXMException- On errors
-