ehcache

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

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.CacheWriterConfigurationElement
All Implemented Interfaces:
NodeElement

public class CacheWriterConfigurationElement
extends SimpleNodeElement

Element representing the CacheWriterConfiguration

Author:
Abhishek Sanoujam

Field Summary
 
Fields inherited from class net.sf.ehcache.config.generator.model.AbstractNodeElement
attributes, children, innerContent, optional, parent
 
Constructor Summary
CacheWriterConfigurationElement(NodeElement parent, CacheWriterConfiguration cacheWriterConfiguration)
          Constructor accepting the parent and the CacheWriterConfiguration
 
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

CacheWriterConfigurationElement

public CacheWriterConfigurationElement(NodeElement parent,
                                       CacheWriterConfiguration cacheWriterConfiguration)
Constructor accepting the parent and the CacheWriterConfiguration

Parameters:
parent -
cacheWriterConfiguration -

ehcache

Copyright 2001-2016, Terracotta, Inc.