| Constructor and Description | 
|---|
| TouchStep(ProjectFilesystem filesystem,
         Path fileToTouch) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| StepExecutionResult | execute(ExecutionContext context) | 
| String | getDescription(ExecutionContext context) | 
| String | getShortName() | 
| int | hashCode() | 
public TouchStep(ProjectFilesystem filesystem, Path fileToTouch)
public String getShortName()
getShortName in interface Steppublic StepExecutionResult execute(ExecutionContext context) throws IOException
execute in interface StepIOExceptionpublic String getDescription(ExecutionContext context)
getDescription in interface Step