public abstract class SandboxProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SandboxProperties.Builder |
Constructor and Description |
---|
SandboxProperties() |
Modifier and Type | Method and Description |
---|---|
static SandboxProperties.Builder |
builder() |
abstract com.google.common.collect.ImmutableSet<String> |
getAllowedToReadMetadataPaths()
Paths which metadata is allowed to be read during process execution.
|
abstract com.google.common.collect.ImmutableSet<String> |
getAllowedToReadPaths()
Paths that are allowed to be read during process execution.
|
abstract com.google.common.collect.ImmutableSet<String> |
getAllowedToWritePaths()
Paths that are allowed to be writen during process execution.
|
abstract com.google.common.collect.ImmutableSet<String> |
getDeniedToReadPaths()
Paths that are not allowed to be read during process execution.
|
public abstract com.google.common.collect.ImmutableSet<String> getDeniedToReadPaths()
public abstract com.google.common.collect.ImmutableSet<String> getAllowedToReadPaths()
public abstract com.google.common.collect.ImmutableSet<String> getAllowedToReadMetadataPaths()
public abstract com.google.common.collect.ImmutableSet<String> getAllowedToWritePaths()
public static SandboxProperties.Builder builder()