org.foray.core
Class Application

java.lang.Object
  extended by org.foray.core.Application

public final class Application
extends Object

The FOray Application itself.


Method Summary
static String getApplicationName()
          Returns the name of the application.
static String getApplicationNameShort()
          Returns the short name of the application.
static String getDeveloperURLShort()
          Return the shortened version of the URL to the home page of the developer.
static String getVersion()
          Returns the current version of the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getApplicationName

public static String getApplicationName()
Returns the name of the application. This may be used in various user messages and embedded in output documents.

Returns:
The name of the application.

getApplicationNameShort

public static String getApplicationNameShort()
Returns the short name of the application. This may be used in various user messages and embedded in output documents.

Returns:
The short name of the application.

getVersion

public static String getVersion()
Returns the current version of the application. This may be used in various user messages and embedded in output documents.

Returns:
The current version of the application.

getDeveloperURLShort

public static String getDeveloperURLShort()
Return the shortened version of the URL to the home page of the developer. This may be used in various user messages and embedded in output documents.

Returns:
The shortened version of the URL to the home-page of the developer.


Copyright © 2017. All rights reserved.