Class DockerImageName
java.lang.Object
net.ssehub.easy.instantiation.core.model.defaultInstantiators.AbstractFileInstantiator
net.ssehub.easy.instantiation.docker.instantiators.AbstractDockerInstantiator
net.ssehub.easy.instantiation.docker.instantiators.DockerImageName
- All Implemented Interfaces:
net.ssehub.easy.instantiation.core.model.vilTypes.IVilType
Instantiator to obtain the name of a docker image.
- Author:
- Monika Staciwa
-
Field Summary
Fields inherited from class net.ssehub.easy.instantiation.docker.instantiators.AbstractDockerInstantiator
FAIL_ON_ERROR, SKIP_ID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.ssehub.easy.instantiation.docker.instantiators.AbstractDockerInstantiator
createClient, handleThrowable, skipMethods inherited from class net.ssehub.easy.instantiation.core.model.defaultInstantiators.AbstractFileInstantiator
determineTargetPath, toString
-
Constructor Details
-
DockerImageName
public DockerImageName()
-
-
Method Details
-
dockerImageName
public static String dockerImageName(String id) throws net.ssehub.easy.instantiation.core.model.common.VilException Returns the name of a Docker image.- Parameters:
id- the id of the image to return the name for- Returns:
- the name, if not found null (undefined)
- Throws:
net.ssehub.easy.instantiation.core.model.common.VilException- in case of artifact / parameter problems
-