|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.cache.ehcache.EhCacheConfig
public class EhCacheConfig
Class that represents Confluence's ehcache.xml. Exposes it both as a file and a stream.
This class also ensures that the default ehcache.xml file in the classpath is copied into home directory to allow it to be customized.
| Constructor Summary | |
|---|---|
EhCacheConfig(BootstrapManager bootstrapManager)
|
|
| Method Summary | |
|---|---|
java.io.File |
getFile()
|
java.io.InputStream |
getInputStream()
Returns an input stream of the ehcache config file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EhCacheConfig(BootstrapManager bootstrapManager)
| Method Detail |
|---|
public java.io.File getFile()
public java.io.InputStream getInputStream()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||