|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsofya.base.ProjectDescription
public class ProjectDescription
Utility class containing various constants, including the name of the Sofya database directory.
| Field Summary | |
|---|---|
static java.lang.String |
dbDir
Path to the Sofya database directory. |
static boolean |
ENABLE_BRANCH_EXTENSIONS
Specifies whether branch ID extensions are enabled in this build of Sofya. |
static int |
MAJOR_REVISION
Major revision number for this build. |
static int |
MINOR_REVISION
Minor revision number for this build. |
static int |
RELEASE_VERSION
Major release version number for this build. |
static java.lang.String |
versionString
Version string for this build of Sofya. |
| Method Summary | |
|---|---|
static java.lang.String |
getdbDir()
Gets absolute path to the Sofya database directory. |
static java.lang.String |
getVersionString()
Gets Sofya version string. |
static void |
main(java.lang.String[] args)
Test driver for ProjectDescription. |
| 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 dbDir
public static final java.lang.String versionString
public static final int RELEASE_VERSION
public static final int MAJOR_REVISION
public static final int MINOR_REVISION
public static final boolean ENABLE_BRANCH_EXTENSIONS
| Method Detail |
|---|
public static java.lang.String getdbDir()
public static java.lang.String getVersionString()
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||