|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.config.ConfigurationFactory
public final class ConfigurationFactory
A utility class which configures beans from XML, using reflection.
Method Summary | |
---|---|
(package private) static java.util.Set |
extractPropertyTokens(java.lang.String sourceDocument)
Extracts properties of the form ${...} |
static Configuration |
parseConfiguration()
Configures a bean from an XML file in the classpath. |
static Configuration |
parseConfiguration(java.io.File file)
Configures a bean from an XML file. |
static Configuration |
parseConfiguration(java.io.InputStream inputStream)
Configures a bean from an XML input stream. |
static Configuration |
parseConfiguration(java.net.URL url)
Configures a bean from an XML file available as an URL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Configuration parseConfiguration(java.io.File file) throws CacheException
CacheException
public static Configuration parseConfiguration(java.net.URL url) throws CacheException
CacheException
public static Configuration parseConfiguration() throws CacheException
CacheException
public static Configuration parseConfiguration(java.io.InputStream inputStream) throws CacheException
CacheException
static java.util.Set extractPropertyTokens(java.lang.String sourceDocument)
sourceDocument
- the source document
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |