Holger's
Java API

Package com.antelmann

These are general classes that apply for the framework as a whole.

See:
          Description

Interface Summary
Licensed a tagging interface marking classes that need a license to function
LicenseHandler can be used to obtain a license from some source if a call to Settings.checkLicense(Object) initially fails.
 

Class Summary
AntBuildLicenseFile creates a signed license file for an ant Task.
AntBuildTask AntBuildTask does some custom stuff for the release build with Ant.
AntManifestTask creates a manifest file for an ant Task.
License a License provides and limits access to certain functionality based on individual classes or packages.
LicenseKey provides individual license keys for a license.
LicenseManager LicenseManager provides the ability to use limited licenses based on classes and package names.
LicenseTableModel used to view licenses in a JTable
Main just a class to run some application directly from the jar file with 'java -jar antelmann.jar', as the manifest file defines this class as the main class when generating the antelmann.jar file; subject to frequent changes
Version The class Version provides versioning information for the Antelmann.com Java framework.
 

Exception Summary
ExpiredLicenseException thrown to indicate that the given license is expired and/or has no usage left
LicenseKeyException indicates a problem with a license key
LicensingException thrown to indicate that no valid license for a requested Object could be obtained.
MissingLicenseException thrown to indicate that no license is available for the given licensee
 

Package com.antelmann Description

These are general classes that apply for the framework as a whole.

Features include the ability to programmatically check for online updates available for this framework.

You can also check out the tutorial.



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