| Interface | Description |
|---|---|
| ThrowingFunction<T,R> |
| Class | Description |
|---|---|
| AuditLogger |
Logger for tracking potentially destructive actions, intended for usage in a shared Docker environment where
traceability is needed.
|
| AuthConfigUtil |
TODO: Javadocs
|
| Base58 |
Utility class for creation of random strings of 58 easy-to-distinguish characters.
|
| CommandLine |
Process execution utility methods.
|
| ComparableVersion | |
| DockerImageName | |
| DockerLoggerFactory | |
| DockerMachineClient |
Created by rnorth on 27/10/2015.
|
| DockerStatus |
Utility functions for dealing with docker status based on the information available to us, and trying to be
defensive.
|
| DynamicPollInterval | Deprecated
For internal usage only.
|
| ImageNameSubstitutor |
An image name substitutor converts a Docker image name, as may be specified in code, to an alternative name.
|
| LazyFuture<T> |
Future implementation with lazy result evaluation in the same Thread as caller.
|
| LicenseAcceptance |
Utility class to ensure that licenses have been accepted by the developer.
|
| LogUtils |
Provides utility methods for logging.
|
| MountableFile |
An abstraction over files and classpath resources aimed at encapsulating all the complexity of generating
a path that the Docker daemon is about to create a volume mount for.
|
| PathUtils |
Filesystem operation utility methods.
|
| RegistryAuthLocator |
Utility to look up registry authentication information for an image.
|
| ResourceReaper |
Component that responsible for container removal and automatic cleanup of dead containers at JVM shutdown.
|
| TestcontainersConfiguration |
Provides a mechanism for fetching configuration/default settings.
|
| TestEnvironment |
Provides utility methods for determining facts about the test environment.
|