Package org.ivoa.dm.tool
Class BuildProcess.BuildProcessBuilder
java.lang.Object
org.ivoa.dm.tool.BuildProcess.BuildProcessBuilder
- Enclosing class:
- BuildProcess
A builder class for BuildProcess, mainly for use in the functional builder pattern.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe command used to build the image, e.g.The context directory for the build, e.g.The path to the Dockerfile, e.g. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
buildCommand
The command used to build the image, e.g. 'docker build .'. -
buildContext
The context directory for the build, e.g. './'. -
dockerfilePath
The path to the Dockerfile, e.g. './Dockerfile'.
-
-
Constructor Details
-
BuildProcessBuilder
public BuildProcessBuilder()
-
-
Method Details
-
create
create a BuildProcess from this builder.- Returns:
- an object initialized from the builder.
-