ccc.web.jaxrs
Class CCCProperties

java.lang.Object
  extended by ccc.web.jaxrs.CCCProperties

public final class CCCProperties
extends java.lang.Object

Application properties for CCC.

Author:
Civic Computing Ltd.

Method Summary
static java.lang.String buildNumber()
          Get the app's build number.
static java.lang.String getAppName()
          Get the application name.
static java.lang.String getContextName()
          Get the application context.
static java.lang.String timestamp()
          Get the build timestamp.
static java.lang.String version()
          Get the app version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

buildNumber

public static java.lang.String buildNumber()
Get the app's build number.

Returns:
The build number as a string.

version

public static java.lang.String version()
Get the app version.

Returns:
The version, as a string.

timestamp

public static java.lang.String timestamp()
Get the build timestamp.

Returns:
The timestamp, as a string.

getAppName

public static java.lang.String getAppName()
Get the application name.

Returns:
The name of the app, as a string.

getContextName

public static java.lang.String getContextName()
Get the application context.

Returns:
The context of the app, as a string.


Copyright © 2010. All Rights Reserved.