Class FactoryConfigurationElement
- java.lang.Object
-
- net.sf.ehcache.config.generator.model.AbstractNodeElement
-
- net.sf.ehcache.config.generator.model.SimpleNodeElement
-
- net.sf.ehcache.config.generator.model.elements.FactoryConfigurationElement
-
- All Implemented Interfaces:
NodeElement
public class FactoryConfigurationElement extends SimpleNodeElement
NodeElementrepresenting theFactoryConfiguration- Author:
- Abhishek Sanoujam
-
-
Field Summary
-
Fields inherited from class net.sf.ehcache.config.generator.model.AbstractNodeElement
attributes, children, innerContent, optional, parent
-
-
Constructor Summary
Constructors Constructor Description FactoryConfigurationElement(NodeElement parent, java.lang.String name, FactoryConfiguration<? extends FactoryConfiguration> factoryConfiguration)Constructor accepting the parent, the name and theFactoryConfiguration
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FactoryConfiguration<? extends FactoryConfiguration>getFactoryConfiguration()Returns theFactoryConfigurationassociated with this element-
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
-
-
-
-
Constructor Detail
-
FactoryConfigurationElement
public FactoryConfigurationElement(NodeElement parent, java.lang.String name, FactoryConfiguration<? extends FactoryConfiguration> factoryConfiguration)
Constructor accepting the parent, the name and theFactoryConfiguration- Parameters:
parent-name-factoryConfiguration-
-
-
Method Detail
-
getFactoryConfiguration
public FactoryConfiguration<? extends FactoryConfiguration> getFactoryConfiguration()
Returns theFactoryConfigurationassociated with this element- Returns:
- the
FactoryConfigurationassociated with this element
-
-