|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.config.generator.model.AbstractNodeElement
net.sf.ehcache.config.generator.model.SimpleNodeElement
net.sf.ehcache.config.generator.model.elements.FactoryConfigurationElement
public class FactoryConfigurationElement
NodeElement
representing the FactoryConfiguration
Field Summary |
---|
Fields inherited from class net.sf.ehcache.config.generator.model.AbstractNodeElement |
---|
attributes, children, innerContent, optional, parent |
Constructor Summary | |
---|---|
FactoryConfigurationElement(NodeElement parent,
java.lang.String name,
FactoryConfiguration<? extends FactoryConfiguration> factoryConfiguration)
Constructor accepting the parent, the name and the FactoryConfiguration |
Method Summary | |
---|---|
FactoryConfiguration<? extends FactoryConfiguration> |
getFactoryConfiguration()
Returns the FactoryConfiguration associated 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 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FactoryConfigurationElement(NodeElement parent, java.lang.String name, FactoryConfiguration<? extends FactoryConfiguration> factoryConfiguration)
FactoryConfiguration
parent
- name
- factoryConfiguration
- Method Detail |
---|
public FactoryConfiguration<? extends FactoryConfiguration> getFactoryConfiguration()
FactoryConfiguration
associated with this element
FactoryConfiguration
associated with this element
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |