org.netbeans.core/2 3.32

org.netbeans.core
Class CLIOptions2

java.lang.Object
  extended by org.netbeans.CLIHandler
      extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.netbeans.CLIHandler
CLIHandler.Args
 
Field Summary
 
Fields inherited from class org.netbeans.CLIHandler
WHEN_BOOT, WHEN_EXTRA, WHEN_INIT
 
Constructor Summary
CLIOptions2()
          Create a default handler.
 
Method Summary
protected  int cli(CLIHandler.Args arguments)
           
 void run()
           
protected  void usage(PrintWriter w)
           
 
Methods inherited from class org.netbeans.CLIHandler
notifyHandlers, showHelp, stopServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CLIOptions2

public CLIOptions2()
Create a default handler.

Method Detail

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

org.netbeans.core/2 3.32

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.