| Package | Description |
|---|---|
| com.alexecollins.docker.orchestration | |
| com.alexecollins.docker.orchestration.model |
| Constructor and Description |
|---|
DockerOrchestrator(com.github.dockerjava.api.DockerClient docker,
java.io.File src,
java.io.File workDir,
java.io.File rootDir,
java.lang.String prefix,
java.io.FileFilter filter,
java.util.Properties properties,
java.util.Set<BuildFlag> buildFlags) |
DockerOrchestrator(com.github.dockerjava.api.DockerClient docker,
com.alexecollins.docker.orchestration.Repo repo,
FileOrchestrator fileOrchestrator,
java.util.Set<BuildFlag> buildFlags) |
| Modifier and Type | Method and Description |
|---|---|
static BuildFlag |
BuildFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BuildFlag[] |
BuildFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014. All Rights Reserved.