de.saar.chorus.domgraph
Class GlobalDomgraphProperties

Object
  extended by GlobalDomgraphProperties

public class GlobalDomgraphProperties
extends Object

Provides methods for accessing global properties of the Domgraph system, such as the version number. This class reads from a properties file domgraph.properties, which must be located in the same place as the compiled class file. This is the case in the Jar distribution.

Author:
Alexander Koller

Constructor Summary
GlobalDomgraphProperties()
           
 
Method Summary
static boolean allowExperimentalCodecs()
           
static String getHomepage()
          Returns the URL of the Utool homepage.
static String getSystemName()
          Returns the name of the Utool system (including a version number).
static String getVersion()
          Returns the version identifier of this Domgraph system.
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalDomgraphProperties

public GlobalDomgraphProperties()
Method Detail

getVersion

public static String getVersion()
Returns the version identifier of this Domgraph system.

Returns:
the version number

getSystemName

public static String getSystemName()
Returns the name of the Utool system (including a version number).

Returns:
the system name

getHomepage

public static String getHomepage()
Returns the URL of the Utool homepage.

Returns:
the URL

allowExperimentalCodecs

public static boolean allowExperimentalCodecs()