workingDirectory
Constructor and Description |
---|
OcamlDepToolStep(AbsPath workingDirectory,
SourcePathResolverAdapter resolver,
Tool ocamlDepTool,
List<SourcePath> input,
List<String> flags) |
Modifier and Type | Method and Description |
---|---|
protected void |
addOptions(com.google.common.collect.ImmutableSet.Builder<ProcessExecutor.Option> options) |
protected com.google.common.collect.ImmutableList<String> |
getShellCommandInternal(ExecutionContext context)
Implementations of this method should not have any observable side-effects.
|
String |
getShortName() |
execute, getDescription, getDuration, getEnvironmentVariables, getExitCodeFromResult, getShellCommand, getShellCommandArgsForDescription, getStderr, getStdin, getStdout, getTimeout, getTimeoutHandler, shouldPrintStderr, shouldPrintStdout
public OcamlDepToolStep(AbsPath workingDirectory, SourcePathResolverAdapter resolver, Tool ocamlDepTool, List<SourcePath> input, List<String> flags)
public String getShortName()
protected void addOptions(com.google.common.collect.ImmutableSet.Builder<ProcessExecutor.Option> options)
addOptions
in class ShellStep
protected com.google.common.collect.ImmutableList<String> getShellCommandInternal(@Nullable ExecutionContext context)
ShellStep
getShellCommandInternal
in class ShellStep