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. |
getNameaccept, addAllFactoryConfigsAsChildElements, addAttribute, addChildElement, equals, getAllFactoryElements, getAttributes, getChildElements, getFQName, getFQName, getInnerContent, getParent, hasChildren, hashCode, isOptional, setInnerContent, setOptional, toStringpublic 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-2014 Terracotta, Inc.. All Rights Reserved.