net.sf.ehcache.config.generator.model.elements
Class DiskStoreConfigurationElement
java.lang.Object
net.sf.ehcache.config.generator.model.AbstractNodeElement
net.sf.ehcache.config.generator.model.SimpleNodeElement
net.sf.ehcache.config.generator.model.elements.DiskStoreConfigurationElement
- All Implemented Interfaces:
- NodeElement
public class DiskStoreConfigurationElement
- extends SimpleNodeElement
Element representing the DiskStoreConfiguration
- 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 |
DiskStoreConfigurationElement
public DiskStoreConfigurationElement(ConfigurationElement parent,
DiskStoreConfiguration diskStoreConfiguration)
- Construtor accepting the parent and the
DiskStoreConfiguration
- Parameters:
parent
- diskStoreConfiguration
-
Copyright 2001-2014, Terracotta, Inc.