Package jenax.engine.qlever.docker
Class QleverConstants
java.lang.Object
jenax.engine.qlever.docker.QleverConstants
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringbuildDockerImageName(String imageName, String imageTag) static StringgetImageName(String imageName) Returns the default image name if the argument is null.static StringgetImageTag(String imageTag) Returns the default image tag if the argument is null.
-
Field Details
-
DOCKER_IMAGE_NAME
- See Also:
-
DOCKER_IMAGE_TAG
- See Also:
-
-
Constructor Details
-
QleverConstants
public QleverConstants()
-
-
Method Details
-
getImageName
Returns the default image name if the argument is null. Otherwise the argument is returned. -
getImageTag
Returns the default image tag if the argument is null. Otherwise the argument is returned. -
buildDockerImageName
-