ehcache

net.sf.ehcache.config.generator.model.elements
Class ConfigurationElement

java.lang.Object
  extended by net.sf.ehcache.config.generator.model.AbstractNodeElement
      extended by net.sf.ehcache.config.generator.model.SimpleNodeElement
          extended by 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

Field Summary
 
Fields inherited from class net.sf.ehcache.config.generator.model.AbstractNodeElement
attributes, children, innerContent, optional, parent
 
Constructor Summary
ConfigurationElement(CacheManager cacheManager)
          Constructor accepting the CacheManager.
ConfigurationElement(Configuration configuration)
          Constructor accepting the Configuration.
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 -

ehcache

Copyright 2001-2015, Terracotta, Inc.