|
org.netbeans.core.startup/1 1.40 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.CLIHandler
org.netbeans.core.startup.CLIOptions
public class CLIOptions
Handler for core options.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.netbeans.CLIHandler |
|---|
CLIHandler.Args |
| Field Summary | |
|---|---|
protected static boolean |
noLogging
The flag whether to create the log - can be set via -nologging command line option |
protected static Class |
uiClass
|
| Fields inherited from class org.netbeans.CLIHandler |
|---|
WHEN_BOOT, WHEN_EXTRA, WHEN_INIT |
| Constructor Summary | |
|---|---|
CLIOptions()
Create a default handler. |
|
| Method Summary | |
|---|---|
protected int |
cli(CLIHandler.Args arguments)
|
int |
cli(String[] args)
|
static File |
getCacheDir()
|
static int |
getFontSize()
|
static String |
getHomeDir()
Getter for home directory. |
static String |
getLogDir()
Directory to place logs into logging. |
protected static String |
getSystemDir()
System directory getter. |
static String |
getUserDir()
Getter for user home directory. |
static void |
initialize()
Initializes logging etc. |
static boolean |
isGui()
Checks whether we are supposed to use GUI features or not. |
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 |
| Field Detail |
|---|
protected static boolean noLogging
protected static Class uiClass
| Constructor Detail |
|---|
public CLIOptions()
| Method Detail |
|---|
protected int cli(CLIHandler.Args arguments)
cli in class CLIHandlerpublic static boolean isGui()
public final int cli(String[] args)
public static void initialize()
protected void usage(PrintWriter w)
usage in class CLIHandlerpublic static String getLogDir()
public static String getHomeDir()
public static String getUserDir()
public static File getCacheDir()
protected static String getSystemDir()
public static int getFontSize()
|
org.netbeans.core.startup/1 1.40 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||