public class HashedFileTool extends Object implements Tool
Constructor and Description |
---|
HashedFileTool(SourcePath path) |
HashedFileTool(java.util.function.Supplier<? extends SourcePath> path) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<String> |
getCommandPrefix(SourcePathResolverAdapter resolver) |
com.google.common.collect.ImmutableMap<String,String> |
getEnvironment(SourcePathResolverAdapter resolver) |
public HashedFileTool(java.util.function.Supplier<? extends SourcePath> path)
public HashedFileTool(@Nullable SourcePath path)
public com.google.common.collect.ImmutableList<String> getCommandPrefix(SourcePathResolverAdapter resolver)
getCommandPrefix
in interface Tool
public com.google.common.collect.ImmutableMap<String,String> getEnvironment(SourcePathResolverAdapter resolver)
getEnvironment
in interface Tool