public class DarwinSandbox extends Object
Constructor and Description |
---|
DarwinSandbox(SandboxProperties sandboxProperties) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<String> |
createCommandLineArguments()
Creates a list CL arguments that should be used to run a process in this sandbox
|
com.google.common.collect.ImmutableList<String> |
createCommandLineArgumentsForDescription()
Creates a list CL arguments that should be used to run a process in this sandbox
|
static com.google.common.collect.ImmutableList<String> |
createVerificationCommandLineArguments()
Creates a list of CL arguments to run a sandbox to verify that sandbox is functioning
|
void |
init(ProjectFilesystem projectFilesystem,
SandboxProperties additionalSandboxProperties)
Performs initialization required by a sandbox
|
public DarwinSandbox(SandboxProperties sandboxProperties)
public static com.google.common.collect.ImmutableList<String> createVerificationCommandLineArguments()
public com.google.common.collect.ImmutableList<String> createCommandLineArguments()
public com.google.common.collect.ImmutableList<String> createCommandLineArgumentsForDescription()
public void init(ProjectFilesystem projectFilesystem, SandboxProperties additionalSandboxProperties) throws IOException
IOException