|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cmpware.ide.Configuration
public class Configuration
This class contains various global constants. These are mostly of interest to builds and configuration management.
Copyright (c) 2007 Cmpware, Inc. All Rights Reserved.
| Field Summary | |
|---|---|
static java.lang.String |
copyright
Copyright string |
static java.util.GregorianCalendar |
DATE
The date of this release (year, month, day) |
static java.lang.String |
DefaultGdbServer
The GDB remote server |
static java.lang.String |
DefaultLicense
The default license code |
static java.lang.String |
DefaultLink
The default link model |
static java.lang.String |
DefaultModel
The default processor model |
static java.lang.String |
DefaultNetwork
The default network model |
static java.lang.String |
DefaultSystemMemory
The default system memory model |
static java.lang.String |
DefaultUrl
The default url code |
static boolean |
DWARF2_TRACE
The debug trace flag for the DWARF-2 reader |
static boolean |
ELF_TRACE
The debug trace flag for the ELF reader |
static boolean |
LINE_NUMBER_TRACE
The debug trace flag for the line number reader |
static boolean |
PREFERENCE_LOCK
Retain user preferences |
static boolean |
SPECIAL
Indicates non-standard release version |
static boolean |
TEST
Indicates special test version |
static boolean |
VARIABLE_TRACE
The debug trace flag for the variable reader |
static java.lang.String |
VERSION
The software version |
| Constructor Summary | |
|---|---|
Configuration()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String copyright
public static final java.lang.String VERSION
public static final java.util.GregorianCalendar DATE
public static final boolean PREFERENCE_LOCK
public static final boolean SPECIAL
public static final boolean TEST
public static final boolean ELF_TRACE
public static final boolean DWARF2_TRACE
public static final boolean LINE_NUMBER_TRACE
public static final boolean VARIABLE_TRACE
public static java.lang.String DefaultModel
public static java.lang.String DefaultNetwork
public static java.lang.String DefaultLink
public static java.lang.String DefaultSystemMemory
public static java.lang.String DefaultLicense
public static java.lang.String DefaultUrl
public static java.lang.String DefaultGdbServer
| Constructor Detail |
|---|
public Configuration()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||