Constructor and Description |
---|
SymlinkTreeStep(String category,
ProjectFilesystem filesystem,
Path root,
com.google.common.collect.ImmutableMap<Path,Path> links) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
StepExecutionResult |
execute(ExecutionContext context) |
String |
getDescription(ExecutionContext context) |
String |
getShortName() |
int |
hashCode() |
public SymlinkTreeStep(String category, ProjectFilesystem filesystem, Path root, com.google.common.collect.ImmutableMap<Path,Path> links)
public String getDescription(ExecutionContext context)
getDescription
in interface Step
public String getShortName()
getShortName
in interface Step
public StepExecutionResult execute(ExecutionContext context) throws IOException
execute
in interface Step
IOException