it.freedom.util
Class Info

java.lang.Object
  extended by it.freedom.util.Info

public class Info
extends java.lang.Object


Field Summary
static java.lang.String DEBUG_LOGGER_QUEUE
           
static int MAX_BEHAVIOR_PRIORITY
           
static int MIN_BEHAVIOR_PRIORITY
           
static java.lang.String OBJECT_CHANGE_BEHAVIOR_QUEUE
           
static java.lang.String PERSON_MOVEMENT_QUEUE
           
static java.lang.String ZONE_EVENTS_QUEUE
           
 
Constructor Summary
Info()
           
 
Method Summary
static java.lang.String getAClasspathView()
           
static java.lang.String getApplicationPath()
           
static java.lang.String getAuthor()
           
static java.lang.String getAuthorMail()
           
static java.lang.String getDatafilePath()
           
static java.lang.String getLicense()
           
static java.lang.Integer getMajor()
           
static java.lang.Integer getMinor()
           
static java.lang.String getPluginsPath()
           
static java.lang.String getReleaseDate()
           
static java.lang.String getReleaseType()
           
static java.lang.String getRemoteRepository()
           
static java.lang.String getResourcesPath()
           
static java.lang.Integer getRevision()
           
static java.lang.String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OBJECT_CHANGE_BEHAVIOR_QUEUE

public static final java.lang.String OBJECT_CHANGE_BEHAVIOR_QUEUE
See Also:
Constant Field Values

ZONE_EVENTS_QUEUE

public static final java.lang.String ZONE_EVENTS_QUEUE
See Also:
Constant Field Values

PERSON_MOVEMENT_QUEUE

public static final java.lang.String PERSON_MOVEMENT_QUEUE
See Also:
Constant Field Values

DEBUG_LOGGER_QUEUE

public static final java.lang.String DEBUG_LOGGER_QUEUE
See Also:
Constant Field Values

MAX_BEHAVIOR_PRIORITY

public static final int MAX_BEHAVIOR_PRIORITY
See Also:
Constant Field Values

MIN_BEHAVIOR_PRIORITY

public static final int MIN_BEHAVIOR_PRIORITY
See Also:
Constant Field Values
Constructor Detail

Info

public Info()
Method Detail

getMajor

public static java.lang.Integer getMajor()

getMinor

public static java.lang.Integer getMinor()

getRevision

public static java.lang.Integer getRevision()

getVersion

public static java.lang.String getVersion()

getReleaseDate

public static java.lang.String getReleaseDate()

getReleaseType

public static java.lang.String getReleaseType()

getLicense

public static java.lang.String getLicense()

getAuthor

public static java.lang.String getAuthor()

getAuthorMail

public static java.lang.String getAuthorMail()

getAClasspathView

public static java.lang.String getAClasspathView()

getApplicationPath

public static java.lang.String getApplicationPath()

getRemoteRepository

public static java.lang.String getRemoteRepository()

getDatafilePath

public static java.lang.String getDatafilePath()

getPluginsPath

public static java.lang.String getPluginsPath()

getResourcesPath

public static java.lang.String getResourcesPath()