| Interface | Description |
|---|---|
| FormatParameterReplacer.Lookup | |
| Logger |
Simple log handler for printing used during the maven build
|
| StartOrderResolver.Resolvable | |
| Task<T> |
Represents a generic task to be executed on a object.
|
| Class | Description |
|---|---|
| AnsiLogger |
Simple log handler for printing used during the maven build
|
| AuthConfigFactory |
Factory for creating docker specific authentication configuration
|
| ContainerNamingUtil | |
| CredentialHelperClient | |
| DeepCopy | |
| DockerFileUtil |
Utility class for dealing with dockerfiles
|
| DockerPathUtil |
Docker path resolution and manipulation utility methods.
|
| EnvUtil |
Utility class for various (loosely related) environment related tasks.
|
| FormatParameterReplacer | |
| GavLabel |
Label used to mark a container belonging to a certain build.
|
| ImageArchiveUtil |
Helper functions for working with Docker image archives, as produced by
the docker:save mojo.
|
| ImageName |
Helper class for parsing docker repository/image names:
If the first part before the slash contains a "." or a ":" it is considered to be a registry URL
A last part starting with a ":" is considered to be a tag
The rest is considered the repository name (which might be separated via slashes)
Example of valid names:
consol/tomcat-8.0
consol/tomcat-8.0:8.0.9
docker.consol.de:5000/tomcat-8.0
docker.consol.de:5000/jolokia/tomcat-8.0:8.0.9
|
| ImageNameFormatter |
Replace placeholders in an image name with certain properties found in the
project
|
| ImageNameFormatter.AbstractLookup | |
| JsonFactory | |
| MojoParameters |
Helper class for encapsulating Mojo params which are not Plexus components
|
| NamePatternUtil |
Helper functions for pattern matching for image and container names.
|
| StartOrderResolver | |
| SuffixFileFilter | |
| Timestamp |
Timestamp holding a
DateTime and nano seconds and which can be compared. |
| VolumeBindingUtil |
Utility methods for working with Docker volume bindings.
|
| Enum | Description |
|---|---|
| AutoPullMode |
Enum holding the possible values avalaible for auto-pulling.
|
| Logger.LogVerboseCategory |
Copyright © 2019. All rights reserved.