java.lang.Object
javax.xml.catalog.CatalogFeatures.Builder
- Enclosing class:
CatalogFeatures
The Builder class for building the CatalogFeatures object.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Returns a CatalogFeatures object built by this builder.with
(CatalogFeatures.Feature feature, String value) Sets the value to a specified Feature.
-
Method Details
-
with
Sets the value to a specified Feature.- Parameters:
feature
- the Feature to be setvalue
- the value to be set for the Feature- Returns:
- this Builder instance
- Throws:
IllegalArgumentException
- if the value is not valid for the Feature or has the wrong syntax for thejavax.xml.catalog.files
property
-
build
Returns a CatalogFeatures object built by this builder.- Returns:
- an instance of CatalogFeatures
-