public interface CacheLoaderConfig extends Cloneable, Serializable
Modifier and Type | Method and Description |
---|---|
void |
accept(ConfigurationBeanVisitor visitor) |
CacheLoaderConfig |
clone() |
String |
getCacheLoaderClassName() |
ClassLoader |
getClassLoader()
Get the classloader that should be used to load resources from the classpath
|
void |
setCacheLoaderClassName(String s) |
void accept(ConfigurationBeanVisitor visitor)
CacheLoaderConfig clone()
String getCacheLoaderClassName()
void setCacheLoaderClassName(String s)
ClassLoader getClassLoader()
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.