org.netbeans.core
Class CLIOptions2
java.lang.Object
org.netbeans.CLIHandler
org.netbeans.core.CLIOptions2
- All Implemented Interfaces:
- Runnable
public class CLIOptions2
- extends CLIHandler
- implements Runnable
Shows the main window, so it is fronted when second instance of
NetBeans tries to start.
|
Constructor Summary |
CLIOptions2()
Create a default handler. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLIOptions2
public CLIOptions2()
- Create a default handler.
cli
protected int cli(CLIHandler.Args arguments)
- Specified by:
cli in class CLIHandler
run
public void run()
- Specified by:
run in interface Runnable
usage
protected void usage(PrintWriter w)
- Specified by:
usage in class CLIHandler