org.glassfish.api.branding
Interface Branding


@Contract
public interface Branding

Contract for branding of product based on a given distribution/OEM

Author:
Sreenivas Munnangi

Method Summary
 String getAbbreviatedVersion()
          Returns abbreviated version.
 String getAbbrevProductName()
          Returns Abbreviated Product Name example: GlassFish
 String getBuildVersion()
          Returns Build Id example: b17
 String getFullVersion()
          Returns full version including build id example: GlassFish Application Server 10.0-SNAPSHOT (build b17)
 String getMajorVersion()
          Returns Major version example: 10
 String getMinorVersion()
          Returns Minor version example: 0
 String getProductName()
          Returns Proper Product Name example: GlassFish Application Server, could be a longer name than Abbreviated Product Name
 String getUpdateVersion()
          Returns Update version example: 0
 String getVersion()
          Returns version example: GlassFish Application Server 10.0-SNAPSHOT
 String getVersionPrefix()
          public String getMinorVersion(); Returns version prefix example: v
 String getVersionSuffix()
          Returns version suffix example: prelude
 

Method Detail

getVersion

String getVersion()
Returns version example: GlassFish Application Server 10.0-SNAPSHOT


getFullVersion

String getFullVersion()
Returns full version including build id example: GlassFish Application Server 10.0-SNAPSHOT (build b17)


getAbbreviatedVersion

String getAbbreviatedVersion()
Returns abbreviated version. example: GlassFish10.0


getMajorVersion

String getMajorVersion()
Returns Major version example: 10


getMinorVersion

String getMinorVersion()
Returns Minor version example: 0


getUpdateVersion

String getUpdateVersion()
Returns Update version example: 0


getVersionPrefix

String getVersionPrefix()
public String getMinorVersion(); Returns version prefix example: v


getVersionSuffix

String getVersionSuffix()
Returns version suffix example: prelude


getBuildVersion

String getBuildVersion()
Returns Build Id example: b17


getProductName

String getProductName()
Returns Proper Product Name example: GlassFish Application Server, could be a longer name than Abbreviated Product Name


getAbbrevProductName

String getAbbrevProductName()
Returns Abbreviated Product Name example: GlassFish



Copyright © 2012 GlassFish Community. All Rights Reserved.