ehcache

net.sf.ehcache.config.generator.model.elements
Class DiskStoreConfigurationElement

java.lang.Object
  extended by net.sf.ehcache.config.generator.model.AbstractNodeElement
      extended by net.sf.ehcache.config.generator.model.SimpleNodeElement
          extended by net.sf.ehcache.config.generator.model.elements.DiskStoreConfigurationElement
All Implemented Interfaces:
NodeElement

public class DiskStoreConfigurationElement
extends SimpleNodeElement

Element representing the DiskStoreConfiguration

Author:
Abhishek Sanoujam

Field Summary
 
Fields inherited from class net.sf.ehcache.config.generator.model.AbstractNodeElement
attributes, children, innerContent, optional, parent
 
Constructor Summary
DiskStoreConfigurationElement(ConfigurationElement parent, DiskStoreConfiguration diskStoreConfiguration)
          Construtor accepting the parent and the DiskStoreConfiguration
 
Method Summary
 
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

DiskStoreConfigurationElement

public DiskStoreConfigurationElement(ConfigurationElement parent,
                                     DiskStoreConfiguration diskStoreConfiguration)
Construtor accepting the parent and the DiskStoreConfiguration

Parameters:
parent -
diskStoreConfiguration -

ehcache

Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.