public class ContainerSpecification extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ContainerSpecification.Artifact
An artifact to be copied into the container.
|
Constructor and Description |
---|
ContainerSpecification() |
Modifier and Type | Method and Description |
---|---|
protected Object |
clone() |
static String |
formatSystemProperties(Configuration jvmArgs)
Format the system properties as a shell-compatible command-line argument.
|
List<ContainerSpecification.Artifact> |
getArtifacts()
Get the container artifacts.
|
Configuration |
getDynamicConfiguration()
Get the dynamic configuration.
|
Map<String,String> |
getEnvironmentVariables()
Get the environment variables.
|
Configuration |
getSystemProperties()
Get the system properties.
|
String |
toString() |
public List<ContainerSpecification.Artifact> getArtifacts()
public Map<String,String> getEnvironmentVariables()
public Configuration getDynamicConfiguration()
public Configuration getSystemProperties()
protected Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public static String formatSystemProperties(Configuration jvmArgs)
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.