PulpCore

pulpcore
Interface Build


public interface Build

The Build class provides information on this build of PulpCore. This class is automatically generated by the Ant build file.


Field Summary
static String BUILD_DATE
          The build date.
static boolean DEBUG
          The debug flag of this PulpCore build.
static String PLATFORM
          The platform name of this PulpCore build.
static String VERSION
          The version number of this PulpCore build.
 

Field Detail

VERSION

static final String VERSION
The version number of this PulpCore build.

See Also:
Constant Field Values

BUILD_DATE

static final String BUILD_DATE
The build date.

See Also:
Constant Field Values

PLATFORM

static final String PLATFORM
The platform name of this PulpCore build.

See Also:
Constant Field Values

DEBUG

static final boolean DEBUG
The debug flag of this PulpCore build. If DEBUG is true:

See Also:
Constant Field Values

PulpCore

Copyright © 2007-2009 Interactive Pulp, LLC.