D I O S 
All Classes All Packages

D

dispose(ComponentManager) - Static method in class org.xwiki.environment.System
Free resource taken by the Component Manager create by one of the initialize methods.

I

initialize() - Static method in class org.xwiki.environment.System
Initialize the full XWiki system (ie Component Manager and Environment), using the class loader that loaded this class, using the "java.io.tmpdir" System property value as the temporary diretory location, without any resource directory set and without any permanent directory set either.
initialize(File) - Static method in class org.xwiki.environment.System
Initialize the full XWiki system (ie Component Manager and Environment), using the class loader that loaded this class, using the "java.io.tmpdir" System property value as the temporary diretory location and without any resource directory set (the permanent directory will be used as the resource directory).
initialize(File, File) - Static method in class org.xwiki.environment.System
Initialize the full XWiki system (ie Component Manager and Environment), using the class loader that loaded this class and using the "java.io.tmpdir" System property value as the temporary diretory location.
initialize(File, File, File) - Static method in class org.xwiki.environment.System
Initialize the full XWiki system (ie Component Manager and Environment), using the class loader that loaded this class.
initialize(File, File, File, ClassLoader) - Static method in class org.xwiki.environment.System
Initialize the full XWiki system (ie Component Manager and Environment).
initialize(ClassLoader) - Static method in class org.xwiki.environment.System
Initialize the full XWiki system (ie Component Manager and Environment), using the "java.io.tmpdir" System property value as the temporary diretory location, without any resource directory set and without any permanent directory set either.

O

org.xwiki.environment - package org.xwiki.environment
 

S

System - Class in org.xwiki.environment
Helper class that can be used to easily initialize the full XWiki System (ie Component Manager and Environment).
D I O S 
All Classes All Packages