Package org.nuxeo.runtime.reload
Class NuxeoRestart
- java.lang.Object
-
- org.nuxeo.runtime.reload.NuxeoRestart
-
@Deprecated public class NuxeoRestart extends Object
Deprecated.since 9.10 - use org.nuxeo.ecm.admin.NuxeoCtlManager#restart instead which handles windows OS.Restart a Nuxeo. For now works only on Unix systems.Usage:
NuxeoRestart.restart()
- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description NuxeoRestart()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
main(String[] args)
Deprecated.First argument is the script to run followed by script arguments.static void
restart()
Deprecated.
-
-
-
Method Detail
-
restart
public static void restart() throws IOException
Deprecated.- Throws:
IOException
-
-