public class AbstractCacheLoaderConfig extends AbstractNamedCacheConfigurationBean implements CacheLoaderConfig
| Modifier and Type | Field and Description |
|---|---|
protected String |
cacheLoaderClassName |
protected TypedProperties |
properties |
croverriddenConfigurationElements| Constructor and Description |
|---|
AbstractCacheLoaderConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ConfigurationBeanVisitor v) |
AbstractCacheLoaderConfig |
clone() |
String |
getCacheLoaderClassName() |
ClassLoader |
getClassLoader()
Get the classloader that should be used to load resources from the classpath
|
Properties |
getProperties() |
void |
setCacheLoaderClassName(String className)
Fully qualified name of a cache loader class that must implement
org.infinispan.loaders.CacheLoader interface
|
void |
setProperties(Properties properties) |
void |
setProperties(String properties) |
hasComponentStarted, injecttestImmutability, toTypedProperties, toTypedProperties, uc, willUnmarshallprotected String cacheLoaderClassName
protected TypedProperties properties
public Properties getProperties()
public void setProperties(Properties properties)
public void setProperties(String properties) throws IOException
IOExceptionpublic String getCacheLoaderClassName()
getCacheLoaderClassName in interface CacheLoaderConfigpublic void setCacheLoaderClassName(String className)
setCacheLoaderClassName in interface CacheLoaderConfigCacheLoaderConfig.setCacheLoaderClassName(java.lang.String)public AbstractCacheLoaderConfig clone()
clone in interface CloneableConfigurationComponentclone in interface CacheLoaderConfigclone in class AbstractNamedCacheConfigurationBeanpublic ClassLoader getClassLoader()
CacheLoaderConfiggetClassLoader in interface CacheLoaderConfigpublic void accept(ConfigurationBeanVisitor v)
accept in interface CacheLoaderConfigCopyright © 2012 JBoss by Red Hat. All Rights Reserved.