java.lang.Object
org.eclipse.help.standalone.Infocenter
- public class Infocenter
- extends java.lang.Object
This is a standalone infocenter. It takes care of launching the Eclipse with
its help system implementation. This class can be instantiated and used in a
Java program, or can be launched from command line.
Usage as a Java component:
- create an instantance of this class
- call start(), infocenter will run
- when no longer needed call shutdown().
|
Method Summary |
static void |
main(java.lang.String[] args)
Controls start up and shut down of infocenter from command line. |
void |
shutdown()
Shuts-down the stand alone infocenter. |
void |
start()
Starts the stand alone infocenter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
infocenter
private org.eclipse.help.internal.standalone.StandaloneInfocenter infocenter
Infocenter
public Infocenter(java.lang.String[] options)
- Constructs Infocenter
start
public void start()
throws java.lang.Exception
- Starts the stand alone infocenter.
shutdown
public void shutdown()
throws java.lang.Exception
- Shuts-down the stand alone infocenter.
main
public static void main(java.lang.String[] args)
- Controls start up and shut down of infocenter from command line.