net.sf.ehcache.config.generator.model.elements
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
NodeElement
representing the FactoryConfiguration
- 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 |
FactoryConfigurationElement
public FactoryConfigurationElement(NodeElement parent,
String name,
FactoryConfiguration<? extends FactoryConfiguration> factoryConfiguration)
- Constructor accepting the parent, the name and the
FactoryConfiguration
- Parameters:
parent
- name
- factoryConfiguration
-
getFactoryConfiguration
public FactoryConfiguration<? extends FactoryConfiguration> getFactoryConfiguration()
- Returns the
FactoryConfiguration
associated with this element
- Returns:
- the
FactoryConfiguration
associated with this element
Copyright 2001-2014, Terracotta, Inc.