Index
All Classes and Interfaces|All Packages
A
- AbstractDockerInstantiator - Class in net.ssehub.easy.instantiation.docker.instantiators
-
Abstract reusable docker instantiator, basic implementation for the individual commands.
- AbstractDockerInstantiator() - Constructor for class net.ssehub.easy.instantiation.docker.instantiators.AbstractDockerInstantiator
- activate(ComponentContext) - Method in class net.ssehub.easy.instantiation.docker.Registration
-
Private method to activate plugin.
- addConfig(AuthConfig) - Static method in class net.ssehub.easy.instantiation.docker.instantiators.DockerLogin
-
Adds an auth config.
- authConfig - Static variable in class net.ssehub.easy.instantiation.docker.instantiators.DockerLogin
- authConfig - Static variable in class net.ssehub.easy.instantiation.docker.instantiators.DockerLoginByToken
B
- BUILD_WITH_CACHE - Static variable in class net.ssehub.easy.instantiation.docker.instantiators.DockerBuildImage
C
- clear() - Static method in class net.ssehub.easy.instantiation.docker.instantiators.DockerLogin
-
Clears an existing authentication configuration.
- clear() - Static method in class net.ssehub.easy.instantiation.docker.instantiators.DockerLoginByToken
-
Clears an existing authentication token.
- clear(String) - Static method in class net.ssehub.easy.instantiation.docker.instantiators.DockerLogin
-
Clears an existing authentication configuration.
- createClient() - Static method in class net.ssehub.easy.instantiation.docker.instantiators.AbstractDockerInstantiator
-
Returns the docker client instance.
D
- deactivate(ComponentContext) - Method in class net.ssehub.easy.instantiation.docker.Registration
-
Private method to to de-activate plugin.
- DOCKER_HOST - Static variable in class net.ssehub.easy.instantiation.docker.instantiators.AbstractDockerInstantiator
- dockerBuildImage(Path, Path, String) - Static method in class net.ssehub.easy.instantiation.docker.instantiators.DockerBuildImage
-
Executes a specific Dockerfile and builds an image.
- DockerBuildImage - Class in net.ssehub.easy.instantiation.docker.instantiators
-
Builds Docker images.
- DockerBuildImage() - Constructor for class net.ssehub.easy.instantiation.docker.instantiators.DockerBuildImage
- dockerImageName(String) - Static method in class net.ssehub.easy.instantiation.docker.instantiators.DockerImageName
-
Returns the name of a Docker image.
- DockerImageName - Class in net.ssehub.easy.instantiation.docker.instantiators
-
Instantiator to obtain the name of a docker image.
- DockerImageName() - Constructor for class net.ssehub.easy.instantiation.docker.instantiators.DockerImageName
- dockerLoadImage(Path) - Static method in class net.ssehub.easy.instantiation.docker.instantiators.DockerLoadImage
-
Loads a Docker image.
- DockerLoadImage - Class in net.ssehub.easy.instantiation.docker.instantiators
-
Loads a Docker image.
- DockerLoadImage() - Constructor for class net.ssehub.easy.instantiation.docker.instantiators.DockerLoadImage
- dockerLogin(String, String, String) - Static method in class net.ssehub.easy.instantiation.docker.instantiators.DockerLogin
-
Logs into the given docker registry.
- DockerLogin - Class in net.ssehub.easy.instantiation.docker.instantiators
-
Instantiator to log into a docker registry.
- DockerLogin() - Constructor for class net.ssehub.easy.instantiation.docker.instantiators.DockerLogin
- dockerLoginByToken(String, String, String) - Static method in class net.ssehub.easy.instantiation.docker.instantiators.DockerLoginByToken
-
Logs into the given docker registry.
- DockerLoginByToken - Class in net.ssehub.easy.instantiation.docker.instantiators
-
Instantiator to log into a registry.
- DockerLoginByToken() - Constructor for class net.ssehub.easy.instantiation.docker.instantiators.DockerLoginByToken
- dockerLogout() - Static method in class net.ssehub.easy.instantiation.docker.instantiators.DockerLogout
-
Logs out from all known registries.
- dockerLogout(String) - Static method in class net.ssehub.easy.instantiation.docker.instantiators.DockerLogout
-
Logs out from a registry.
- DockerLogout - Class in net.ssehub.easy.instantiation.docker.instantiators
-
Instantiator to log out from one or multiple registries.
- DockerLogout() - Constructor for class net.ssehub.easy.instantiation.docker.instantiators.DockerLogout
- dockerPushImage(String, String, String, String) - Static method in class net.ssehub.easy.instantiation.docker.instantiators.DockerPushImage
-
Returns the name of a Docker image.
- DockerPushImage - Class in net.ssehub.easy.instantiation.docker.instantiators
-
Instantiator to push a Docker image to a repository.
- DockerPushImage() - Constructor for class net.ssehub.easy.instantiation.docker.instantiators.DockerPushImage
- dockerRemoveImage(String) - Static method in class net.ssehub.easy.instantiation.docker.instantiators.DockerRemoveImage
-
Returns the name of a Docker image.
- DockerRemoveImage - Class in net.ssehub.easy.instantiation.docker.instantiators
-
Instantiator to remove a Docker image.
- DockerRemoveImage() - Constructor for class net.ssehub.easy.instantiation.docker.instantiators.DockerRemoveImage
- dockerSaveImage(String, Path) - Static method in class net.ssehub.easy.instantiation.docker.instantiators.DockerSaveImage
-
Saves a Docker image.
- DockerSaveImage - Class in net.ssehub.easy.instantiation.docker.instantiators
-
Instantiator to save a Docker image.
- DockerSaveImage() - Constructor for class net.ssehub.easy.instantiation.docker.instantiators.DockerSaveImage
F
- FAIL_ON_ERROR - Static variable in class net.ssehub.easy.instantiation.docker.instantiators.AbstractDockerInstantiator
G
- getAuthConfig() - Static method in class net.ssehub.easy.instantiation.docker.instantiators.DockerLoginByToken
- getAuthConfig(String) - Static method in class net.ssehub.easy.instantiation.docker.instantiators.DockerLogin
-
Returns the auth configuration for the given registry address.
- getAuthConfigs() - Static method in class net.ssehub.easy.instantiation.docker.instantiators.DockerLogin
-
Returns the known/validated auth configs.
- getTask(String) - Static method in class net.ssehub.easy.instantiation.docker.instantiators.DockerBuildImage
-
Returns the task at hands.
- getTask(String) - Static method in class net.ssehub.easy.instantiation.docker.instantiators.DockerPushImage
-
Returns the task at hands.
H
- handleThrowable(Throwable, IInstantiatorTracer, String) - Static method in class net.ssehub.easy.instantiation.docker.instantiators.AbstractDockerInstantiator
-
Handles a throwable depending on
AbstractDockerInstantiator.FAIL_ON_ERROR.
N
- net.ssehub.easy.instantiation.docker - package net.ssehub.easy.instantiation.docker
-
ANT additions to VIL.
- net.ssehub.easy.instantiation.docker.instantiators - package net.ssehub.easy.instantiation.docker.instantiators
-
Java-specific instantiators.
R
- register() - Static method in class net.ssehub.easy.instantiation.docker.Registration
-
Registers the ANT artifacts and instantiators.
- registered - Static variable in class net.ssehub.easy.instantiation.docker.Registration
- Registration - Class in net.ssehub.easy.instantiation.docker
-
Registers the Docker additions to VIL.
- Registration() - Constructor for class net.ssehub.easy.instantiation.docker.Registration
S
- skip() - Static method in class net.ssehub.easy.instantiation.docker.instantiators.AbstractDockerInstantiator
-
Shall we skip?
- SKIP_ID - Static variable in class net.ssehub.easy.instantiation.docker.instantiators.AbstractDockerInstantiator
All Classes and Interfaces|All Packages