|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.formaria.aria.build.BuildProperties
public class BuildProperties
Toggles the debug build so that logging and other debug code can be excluded from a release build.
Copyright (c) Formaria Ltd., 2008
$Revision: 2.12 $
| Field Summary | |
|---|---|
static boolean |
BUILD_JDK_118
true for a JDK 1.1.8 compile and build |
static boolean |
BUILD_JDK_140
true for a JDK 1.4.x compile and build |
static boolean |
BUILD_JDK_150
true for a JDK 1.5.x compile and build |
static boolean |
BUILD_JDK_160
true for a JDK 1.5.x compile and build |
static java.lang.String |
CONTENT_TARGET
The default name of the 'content' target area in a frameset |
static boolean |
DEBUG
true in the case of a debug build where logging is enabled. |
| Constructor Summary | |
|---|---|
BuildProperties()
|
|
| 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 boolean DEBUG
public static final boolean BUILD_JDK_118
public static final boolean BUILD_JDK_140
public static final boolean BUILD_JDK_150
public static final boolean BUILD_JDK_160
public static final java.lang.String CONTENT_TARGET
| Constructor Detail |
|---|
public BuildProperties()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||