public static class ContainerSpecification.Artifact extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ContainerSpecification.Artifact.Builder |
Modifier and Type | Field and Description |
---|---|
boolean |
cachable |
Path |
dest |
boolean |
executable |
boolean |
extract |
Path |
source |
Constructor and Description |
---|
Artifact(Path source,
Path dest,
boolean executable,
boolean cachable,
boolean extract) |
Modifier and Type | Method and Description |
---|---|
static ContainerSpecification.Artifact.Builder |
newBuilder() |
String |
toString() |
public final Path source
public final Path dest
public final boolean executable
public final boolean cachable
public final boolean extract
public static ContainerSpecification.Artifact.Builder newBuilder()
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.