| Constructor and Description | 
|---|
| StringTemplateStep(Path templatePath,
                  ProjectFilesystem filesystem,
                  Path outputPath,
                  com.google.common.collect.ImmutableMap<String,?> values) | 
| Modifier and Type | Method and Description | 
|---|---|
| StepExecutionResult | execute(ExecutionContext context) | 
| String | getDescription(ExecutionContext context) | 
| String | getShortName() | 
public StringTemplateStep(Path templatePath, ProjectFilesystem filesystem, Path outputPath, com.google.common.collect.ImmutableMap<String,?> values)
public StepExecutionResult execute(ExecutionContext context) throws IOException
execute in interface StepIOExceptionpublic String getShortName()
getShortName in interface Steppublic String getDescription(ExecutionContext context)
getDescription in interface Step