Package com.io7m.waxmill.realize
Interface WXMRealizationStepType
- All Known Implementing Classes:
WXMFileCheck,WXMZFSVolumeCheck
public interface WXMRealizationStepType
-
Method Summary
Modifier and Type Method Description java.lang.Stringdescription()voidexecute(WXMDryRun dryRun)java.util.List<WXMProcessDescription>processes()
-
Method Details
-
description
java.lang.String description() -
processes
java.util.List<WXMProcessDescription> processes() -
execute
- Throws:
WXMException
-