net.sf.ehcache.config.generator.model.elements
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 the Configuration
. This element does not have a parent and is always null.
- Author:
- Abhishek Sanoujam
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 |
ConfigurationElement
public ConfigurationElement(Configuration configuration)
- Constructor accepting the
Configuration
. This element does not have a parent and is always null.
- Parameters:
configuration
-
ConfigurationElement
public ConfigurationElement(CacheManager cacheManager)
- Constructor accepting the
CacheManager
. This element does not have a parent and is always null.
- Parameters:
cacheManager
-
Copyright 2001-2014, Terracotta, Inc.