Holger's
Java API

Uses of Class
com.antelmann.LicenseKey

Packages that use LicenseKey
com.antelmann These are general classes that apply for the framework as a whole. 
 

Uses of LicenseKey in com.antelmann
 

Methods in com.antelmann that return LicenseKey
 LicenseKey LicenseKeyException.getKey()
           
 LicenseKey License.getLicenseKey()
          returns the associated LicenseKey object - if any
 

Methods in com.antelmann with parameters of type LicenseKey
 void License.setLicenseKey(LicenseKey key)
          allows to set an individual license key for a license; must be set before signing.
 

Constructors in com.antelmann with parameters of type LicenseKey
LicenseKeyException(LicenseKey key)
           
LicenseKeyException(LicenseKey key, Exception cause)
           
LicenseKeyException(String message, LicenseKey key, License license)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads