@Deprecated public abstract class AbstractApplicationContext extends Object implements ApplicationContext
ApplicationContext implementations.| Constructor and Description |
|---|
AbstractApplicationContext(org.xwiki.component.manager.ComponentManager componentManager)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
File |
getPermanentDirectory()
Deprecated.
Gets the root directory which the container must provide for storing persisting data.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResource, getResourceAsStream, getTemporaryDirectorypublic AbstractApplicationContext(org.xwiki.component.manager.ComponentManager componentManager)
componentManager - use to lookup ConfigurationSource component. Can't directly get the
ConfigurationSource because it depends on ApplicationContext to actually get the
configurationpublic File getPermanentDirectory()
ApplicationContextgetPermanentDirectory in interface ApplicationContextFile object pointing to the root folder of the work directoryCopyright © 2004–2019 XWiki. All rights reserved.