- 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.
- 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).