Package com.sun.appserv.server.util
Class Version
java.lang.Object
com.sun.appserv.server.util.Version
This class provides static methods to make accessible the version as well as
the individual parts that make up the version
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringReturns abbreviated version.static StringReturns Abbreviated Product Namestatic StringReturns the admin client command string which represents the name of the command use for performing admin related domain tasks.static StringReturns Build versionstatic StringReturns template name use to create default domain.static StringReturns full version including build idstatic Stringstatic StringReturns Major versionstatic StringReturns Minor versionstatic StringReturns Proper Product Namestatic StringReturns Update versionstatic StringReturns versionstatic StringReturn major_version [.static StringReturns version prefixstatic StringReturns version suffix
-
Constructor Details
-
Version
public Version()
-
-
Method Details
-
getVersion
Returns version -
getVersionNumber
Return major_version [. minor_version [. update_version]] -
getFullVersion
Returns full version including build id -
getAbbreviatedVersion
Returns abbreviated version. -
getMajorVersion
Returns Major version -
getMinorVersion
Returns Minor version -
getUpdateVersion
Returns Update version -
getBuildVersion
Returns Build version -
getVersionPrefix
Returns version prefix -
getVersionSuffix
Returns version suffix -
getProductName
Returns Proper Product Name -
getAbbrevProductName
Returns Abbreviated Product Name -
getDefaultDomainTemplate
Returns template name use to create default domain. -
getAdminClientCommandName
Returns the admin client command string which represents the name of the command use for performing admin related domain tasks. -
getInitialAdminGroups
-