com.cmpware.ide
Class Configuration

java.lang.Object
  extended by com.cmpware.ide.Configuration

public class Configuration
extends java.lang.Object

This class contains various global constants. These are mostly of interest to builds and configuration management.

Copyright (c) 2007 Cmpware, Inc. All Rights Reserved.

Author:
SAG

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

copyright

public static final java.lang.String copyright
Copyright string

See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
The software version

See Also:
Constant Field Values

DATE

public static final java.util.GregorianCalendar DATE
The date of this release (year, month, day)


PREFERENCE_LOCK

public static final boolean PREFERENCE_LOCK
Retain user preferences

See Also:
Constant Field Values

SPECIAL

public static final boolean SPECIAL
Indicates non-standard release version

See Also:
Constant Field Values

TEST

public static final boolean TEST
Indicates special test version

See Also:
Constant Field Values

ELF_TRACE

public static final boolean ELF_TRACE
The debug trace flag for the ELF reader

See Also:
Constant Field Values

DWARF2_TRACE

public static final boolean DWARF2_TRACE
The debug trace flag for the DWARF-2 reader

See Also:
Constant Field Values

LINE_NUMBER_TRACE

public static final boolean LINE_NUMBER_TRACE
The debug trace flag for the line number reader

See Also:
Constant Field Values

VARIABLE_TRACE

public static final boolean VARIABLE_TRACE
The debug trace flag for the variable reader

See Also:
Constant Field Values

DefaultModel

public static java.lang.String DefaultModel
The default processor model


DefaultNetwork

public static java.lang.String DefaultNetwork
The default network model


DefaultLink

public static java.lang.String DefaultLink
The default link model


DefaultSystemMemory

public static java.lang.String DefaultSystemMemory
The default system memory model


DefaultLicense

public static java.lang.String DefaultLicense
The default license code


DefaultUrl

public static java.lang.String DefaultUrl
The default url code


DefaultGdbServer

public static java.lang.String DefaultGdbServer
The GDB remote server

Constructor Detail

Configuration

public Configuration()