Package | Description |
---|---|
net.sf.ehcache.config.generator |
This package contains utility classes for generating configuration texts.
|
net.sf.ehcache.config.generator.model |
This package contains utility classes encapsulating ideas of Elements and Attributes.
|
Modifier and Type | Method and Description |
---|---|
(package private) static void |
ConfigurationUtil.visitCacheConfiguration(Configuration configuration,
CacheConfiguration cacheConfiguration,
NodeElementVisitor configGenerator)
package protected access so that tests can have access
|
(package private) static void |
ConfigurationUtil.visitConfiguration(CacheManager cacheManager,
NodeElementVisitor visitor)
package protected access so that tests can have access
|
(package private) static void |
ConfigurationUtil.visitConfiguration(Configuration configuration,
NodeElementVisitor visitor)
package protected access so that tests can have access
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDepthFirstVisitor
Implementation of
NodeElementVisitor that does a depth-first traversal of the element. |
class |
XMLGeneratorVisitor
Implementation of an ElementVisitor extending from
AbstractDepthFirstVisitor which can generate XML out of a NodeElement . |
Modifier and Type | Method and Description |
---|---|
void |
NodeElement.accept(NodeElementVisitor visitor)
Accepts an
NodeElementVisitor |
void |
AbstractNodeElement.accept(NodeElementVisitor visitor)
Accepts an
NodeElementVisitor |