org.ehcache.config
Class DefaultConfiguration

java.lang.Object
  extended by org.ehcache.config.DefaultConfiguration
All Implemented Interfaces:
Configuration

public final class DefaultConfiguration
extends java.lang.Object
implements Configuration


Constructor Summary
DefaultConfiguration(java.lang.ClassLoader classLoader)
           
DefaultConfiguration(java.util.Map<java.lang.String,CacheConfiguration<?,?>> caches, java.lang.ClassLoader classLoader, ServiceConfiguration<?>... services)
           
 
Method Summary
 java.util.Map<java.lang.String,CacheConfiguration<?,?>> getCacheConfigurations()
           
 java.lang.ClassLoader getClassLoader()
           
 java.util.Collection<ServiceConfiguration<?>> getServiceConfigurations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultConfiguration

public DefaultConfiguration(java.lang.ClassLoader classLoader)

DefaultConfiguration

public DefaultConfiguration(java.util.Map<java.lang.String,CacheConfiguration<?,?>> caches,
                            java.lang.ClassLoader classLoader,
                            ServiceConfiguration<?>... services)
Method Detail

getCacheConfigurations

public java.util.Map<java.lang.String,CacheConfiguration<?,?>> getCacheConfigurations()
Specified by:
getCacheConfigurations in interface Configuration

getServiceConfigurations

public java.util.Collection<ServiceConfiguration<?>> getServiceConfigurations()
Specified by:
getServiceConfigurations in interface Configuration

getClassLoader

public java.lang.ClassLoader getClassLoader()
Specified by:
getClassLoader in interface Configuration