org.netbeans.bootstrap/1 2.52

org.netbeans
Class Main

java.lang.Object
  extended by org.netbeans.Main

public final class Main
extends Object

Bootstrap main class.


Method Summary
static void finishInitialization()
          Call when the system is up and running, to complete handling of delayed command-line options like -open FILE.
static void main(String[] args)
          Starts the NetBeans system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws Exception
Starts the NetBeans system.

Parameters:
args - the command line arguments
Throws:
Exception - for lots of reasons

finishInitialization

public static void finishInitialization()
Call when the system is up and running, to complete handling of delayed command-line options like -open FILE.


org.netbeans.bootstrap/1 2.52

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