public class ConfigurationElement extends SimpleNodeElement
Configuration
. This element does not have a parent and is always null.attributes, children, innerContent, optional, parent
Constructor and Description |
---|
ConfigurationElement(CacheManager cacheManager)
Constructor accepting the
CacheManager . |
ConfigurationElement(Configuration configuration)
Constructor accepting the
Configuration . |
getName
accept, addAllFactoryConfigsAsChildElements, addAttribute, addChildElement, equals, getAllFactoryElements, getAttributes, getChildElements, getFQName, getFQName, getInnerContent, getParent, hasChildren, hashCode, isOptional, setInnerContent, setOptional, toString
public ConfigurationElement(Configuration configuration)
Configuration
. This element does not have a parent and is always null.configuration
- public ConfigurationElement(CacheManager cacheManager)
CacheManager
. This element does not have a parent and is always null.cacheManager
- Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.