|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.impl.internal.classes.ClassInstanceConfiguration<Copier<T>>
org.ehcache.impl.config.copy.DefaultCopierConfiguration<T>
public class DefaultCopierConfiguration<T>
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.ehcache.core.config.copy.CopierConfiguration |
---|
CopierConfiguration.Type |
Constructor Summary | |
---|---|
DefaultCopierConfiguration(java.lang.Class<? extends Copier<T>> clazz,
CopierConfiguration.Type type)
|
|
DefaultCopierConfiguration(Copier<T> instance,
CopierConfiguration.Type type)
|
Method Summary | |
---|---|
java.lang.Class<CopyProvider> |
getServiceType()
Indicates which service this configuration works with. |
CopierConfiguration.Type |
getType()
Get the type of the copier configured |
Methods inherited from class org.ehcache.impl.internal.classes.ClassInstanceConfiguration |
---|
getArguments, getClazz, getInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultCopierConfiguration(java.lang.Class<? extends Copier<T>> clazz, CopierConfiguration.Type type)
public DefaultCopierConfiguration(Copier<T> instance, CopierConfiguration.Type type)
Method Detail |
---|
public java.lang.Class<CopyProvider> getServiceType()
ServiceConfiguration
getServiceType
in interface ServiceConfiguration<CopyProvider>
public CopierConfiguration.Type getType()
CopierConfiguration
getType
in interface CopierConfiguration
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |