Uses of Class
net.sf.ehcache.config.generator.model.elements.ConfigurationElement
-
Packages that use ConfigurationElement Package Description net.sf.ehcache.config.generator.model.elements This package contains utility classes encapsulating ideas of Elements and Attributes from the ehcache.xsd -
-
Uses of ConfigurationElement in net.sf.ehcache.config.generator.model.elements
Constructors in net.sf.ehcache.config.generator.model.elements with parameters of type ConfigurationElement Constructor Description DiskStoreConfigurationElement(ConfigurationElement parent, DiskStoreConfiguration diskStoreConfiguration)Construtor accepting the parent and theDiskStoreConfigurationManagementRESTServiceConfigurationElement(ConfigurationElement parent, ManagementRESTServiceConfiguration cfg)Construtor accepting the parent and theManagementRESTServiceConfigurationPersistenceConfigurationElement(ConfigurationElement parent, PersistenceConfiguration persistenceConfiguration)Construtor accepting the parent and thePersistenceConfigurationSizeOfPolicyConfigurationElement(ConfigurationElement parent, SizeOfPolicyConfiguration sizeOfPolicyConfiguration)Construtor accepting the parent and theSizeOfPolicyConfiguration
-