| java.lang.Object org.netbeans.Main
Main | final public class Main extends Object (Code) | | Bootstrap main class.
author: Jaroslav Tulach, Jesse Glick |
Method Summary | |
public static void | finishInitialization() Call when the system is up and running, to complete handling of
delayed command-line options like -open FILE. | public static void | main(String args) Starts the NetBeans system. | public static String | usage() Returns string describing usage of the system. |
finishInitialization | public static void finishInitialization()(Code) | | Call when the system is up and running, to complete handling of
delayed command-line options like -open FILE.
|
main | public static void main(String args) throws Exception(Code) | | Starts the NetBeans system.
Parameters: args - the command line arguments throws: Exception - for lots of reasons |
usage | public static String usage() throws Exception(Code) | | Returns string describing usage of the system. Does that by talking to
all registered handlers and asking them to show their usage.
the usage string for the system |
|
|