Class Options.Builder
java.lang.Object
org.refcodes.ontology.Taxonomy.Builder
org.refcodes.runtime.Settings.Builder
org.refcodes.runtime.Options.Builder
- Direct Known Subclasses:
DiagnosticOptions.Builder
- Enclosing class:
Options
Builder for creating
Options instances.
The builder follows the fluent builder pattern and allows incremental construction of option sets.
-
Field Summary
Fields inherited from class org.refcodes.ontology.Taxonomy.Builder
properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withProperties(Map<String, Object> aProperties) withProperty(Enum aKey, Object aValue) withProperty(String aKey, Object aValue) <T> Options.BuilderwithProperty(org.refcodes.ontology.Taxon<T> aKey, T aValue) Methods inherited from class org.refcodes.ontology.Taxonomy.Builder
withProperty
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withProperty
- Overrides:
withPropertyin classSettings.Builder
-
withProperty
- Overrides:
withPropertyin classSettings.Builder
-
withProperties
- Overrides:
withPropertiesin classSettings.Builder
-
withProperty
- Overrides:
withPropertyin classSettings.Builder
-
build
- Overrides:
buildin classSettings.Builder
-