Class 
Use 
SUMMARY: NESTED | FIELD | CONSTR | METHOD      DETAIL: FIELD | CONSTR | METHOD
FlexDoc/Javadoc 2.0
Demo Java Doc

java.xml / javax.xml.catalog
Class CatalogFeatures.Builder
java.lang.Object
  javax.xml.catalog.CatalogFeatures.Builder
Enclosing class:
CatalogFeatures

public static class CatalogFeatures.Builder
extends Object
The Builder class for building the CatalogFeatures object.

Method Summary
Returns a CatalogFeatures object built by this builder.
Sets the value to a specified Feature.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail
with
(CatalogFeatures.Feature feature,
 String value)
Sets the value to a specified Feature.
Parameters:
feature - the Feature to be set
value - 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 the javax.xml.catalog.files property

build
public CatalogFeatures build
()
Returns a CatalogFeatures object built by this builder.
Returns:
an instance of CatalogFeatures

 Class 
Use 
SUMMARY: NESTED | FIELD | CONSTR | METHOD      DETAIL: FIELD | CONSTR | METHOD
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz