Class ConfigurationElement
- java.lang.Object
-
- net.sf.ehcache.config.generator.model.AbstractNodeElement
-
- net.sf.ehcache.config.generator.model.SimpleNodeElement
-
- net.sf.ehcache.config.generator.model.elements.ConfigurationElement
-
- All Implemented Interfaces:
NodeElement
public class ConfigurationElement extends SimpleNodeElement
Element representing theConfiguration. This element does not have a parent and is always null.- Author:
- Abhishek Sanoujam
-
-
Field Summary
-
Fields inherited from class net.sf.ehcache.config.generator.model.AbstractNodeElement
attributes, children, innerContent, optional, parent
-
-
Constructor Summary
Constructors Constructor Description ConfigurationElement(CacheManager cacheManager)Constructor accepting theCacheManager.ConfigurationElement(Configuration configuration)Constructor accepting theConfiguration.
-
Method Summary
-
Methods inherited from class net.sf.ehcache.config.generator.model.SimpleNodeElement
getName
-
Methods inherited from class net.sf.ehcache.config.generator.model.AbstractNodeElement
accept, addAllFactoryConfigsAsChildElements, addAttribute, addChildElement, equals, getAllFactoryElements, getAttributes, getChildElements, getFQName, getFQName, getInnerContent, getParent, hasChildren, hashCode, isOptional, setInnerContent, setOptional, toString
-
-
-
-
Constructor Detail
-
ConfigurationElement
public ConfigurationElement(Configuration configuration)
Constructor accepting theConfiguration. This element does not have a parent and is always null.- Parameters:
configuration-
-
ConfigurationElement
public ConfigurationElement(CacheManager cacheManager)
Constructor accepting theCacheManager. This element does not have a parent and is always null.- Parameters:
cacheManager-
-
-