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 |
|---|
ContainerSpecification.Artifact(Path source,
Path dest,
boolean executable,
boolean cachable,
boolean extract) |
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–2017 The Apache Software Foundation. All rights reserved.