|
Holger's Java API |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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 |
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.
|
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||