public abstract class RunInfoLegacyTool extends Object implements Tool
Constructor and Description |
---|
RunInfoLegacyTool() |
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) |
abstract RunInfo |
getRunInfo() |
static RunInfoLegacyTool |
of(RunInfo runInfo) |
public abstract RunInfo getRunInfo()
public static RunInfoLegacyTool of(RunInfo runInfo)
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