|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGlobalDomgraphProperties
public class GlobalDomgraphProperties
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.
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 |
---|
public GlobalDomgraphProperties()
Method Detail |
---|
public static String getVersion()
public static String getSystemName()
public static String getHomepage()
public static boolean allowExperimentalCodecs()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |