|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.nuxeo.ecm.admin.offline.update.Main
public class Main
Main class to start the offline update application. The main method takes two arguments:
Main "workingdir" "configFile"
The target directory is set from System property "nuxeo.runtime.home".
The environment used by Nuxeo runtime can be specified as System properties.
All the bundles and the third parties should be on the boot classpath.
You should have at least these bundles:
- nuxeo-common
- nuxeo-connect-client
- nuxeo-connect-client-wrapper
- nuxeo-connect-update
- nuxeo-connect-offline-update
- nuxeo-runtime
- nuxeo-runtime-osgi
- nuxeo-runtime-reload
and these libraries:
- commons-io
- groovy-all
- osgi-core
- xercesImpl
- commons-logging
- log4j
Constructor Summary
Main(String[] args)
Method Summary
void
initialize()
static void
main(String[] args)
void
start()
void
stop()
void
update()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
Main
public Main(String[] args)
throws Exception
- Throws:
Exception
Method Detail
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
initialize
public void initialize()
throws Exception
- Throws:
Exception
start
public void start()
throws Exception
- Throws:
Exception
stop
public void stop()
throws Exception
- Throws:
Exception
update
public void update()
throws Exception
- Throws:
Exception
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Nuxeo ECM Projects 5.4.3-SNAPSHOT
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2011 Nuxeo SAS. All Rights Reserved.