Package | Description |
---|---|
net.sf.ehcache.config.generator.model |
This package contains utility classes encapsulating ideas of Elements and Attributes.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<XMLGeneratorVisitor.OutputBehavior,java.lang.Boolean> |
XMLGeneratorVisitor.enabledOutputBehaviors |
Modifier and Type | Method and Description |
---|---|
static XMLGeneratorVisitor.OutputBehavior |
XMLGeneratorVisitor.OutputBehavior.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XMLGeneratorVisitor.OutputBehavior[] |
XMLGeneratorVisitor.OutputBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLGeneratorVisitor.disableOutputBehavior(XMLGeneratorVisitor.OutputBehavior behavior)
Disables one particular
XMLGeneratorVisitor.OutputBehavior |
void |
XMLGeneratorVisitor.enableOutputBehavior(XMLGeneratorVisitor.OutputBehavior behavior)
Enables one particular
XMLGeneratorVisitor.OutputBehavior |
boolean |
XMLGeneratorVisitor.isOutputBehaviorEnabled(XMLGeneratorVisitor.OutputBehavior behavior)
Returns true if the output behavior is enabled
|