org.aselect.server.config
Class Version

java.lang.Object
  extended by org.aselect.server.config.Version

public class Version
extends java.lang.Object

Class containing the version of the A-Select Server.

Description:
Methods that supply this version of the A-Select Server

Concurrency issues:
-

Author:
Alfa & Ariss

Constructor Summary
Version()
           
 
Method Summary
static java.lang.String getPatch()
          Returns the patch version of this A-Select Server.
static java.lang.String getRelease()
          Returns the main release of this A-Select Server.
static java.lang.String getSP()
          Returns the service pack version of this A-Select Server.
static java.lang.String getVersion()
          Returns the main version of this A-Select Server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Version

public Version()
Method Detail

getVersion

public static java.lang.String getVersion()
Returns the main version of this A-Select Server.

Description:
Static method that returns the main version as String.

Concurrency issues:
-

Preconditions:
-

Postconditions:
-

Returns:
the full version of this A-Select Server

getRelease

public static java.lang.String getRelease()
Returns the main release of this A-Select Server.

Description:
Static method that returns the main release as String.

Concurrency issues:
-

Preconditions:
-

Postconditions:
-

Returns:
the full release version of this A-Select Server

getSP

public static java.lang.String getSP()
Returns the service pack version of this A-Select Server.

Description:
Static method that returns the service pack version as String.

Concurrency issues:
-

Preconditions:
-

Postconditions:
-

Returns:
the service pack version of this A-Select Server

getPatch

public static java.lang.String getPatch()
Returns the patch version of this A-Select Server.

Description:
Static method that returns the patch version as String.

Concurrency issues:
-

Preconditions:
-

Postconditions:
-

Returns:
the pacth version of this A-Select Server


Copyright © 2008 SURFnet BV. All Rights Reserved.