Package org.ivoa.dm.tool
Class OCIRegistry.OCIRegistryBuilder
java.lang.Object
org.ivoa.dm.tool.OCIRegistry.OCIRegistryBuilder
- Enclosing class:
- OCIRegistry
A builder class for OCIRegistry, mainly for use in the functional builder pattern.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
host
Container registry hostname. -
project
Container registry project/namespace.
-
-
Constructor Details
-
OCIRegistryBuilder
public OCIRegistryBuilder()
-
-
Method Details
-
create
create a OCIRegistry from this builder.- Returns:
- an object initialized from the builder.
-