net.sf.ehcache.config.generator.model.elements
Class DefaultCacheConfigurationElement
java.lang.Object
net.sf.ehcache.config.generator.model.AbstractNodeElement
net.sf.ehcache.config.generator.model.SimpleNodeElement
net.sf.ehcache.config.generator.model.elements.DefaultCacheConfigurationElement
- All Implemented Interfaces:
- NodeElement
public class DefaultCacheConfigurationElement
- extends SimpleNodeElement
NodeElement
representing the CacheConfiguration
of the "defaultCache"
- 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 |
DefaultCacheConfigurationElement
public DefaultCacheConfigurationElement(NodeElement parent,
Configuration configuration,
CacheConfiguration cacheConfiguration)
- Constructor accepting the parent and the
CacheConfiguration
- Parameters:
parent
- cacheConfiguration
-
Copyright 2001-2014, Terracotta, Inc.