|
|||||||||
| Home >> All >> com >> sourcetap >> [ license overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sourcetap.license
Interface LicenseManager

- All Known Implementing Classes:
- LicenseManagerImpl
- public interface LicenseManager
Interface for maniputlating License data
- Version:
- $Revision$
| Method Summary | |
License |
getLicense()
return the License Object |
boolean |
hasValidLicense()
check if the license is valid |
void |
setLicense(java.lang.String licenseKey)
set the License Object |
| Method Detail |
hasValidLicense
public boolean hasValidLicense()
throws LicenseException
- check if the license is valid
getLicense
public License getLicense() throws LicenseException
- return the License Object
setLicense
public void setLicense(java.lang.String licenseKey) throws LicenseException
- set the License Object
|
|||||||||
| Home >> All >> com >> sourcetap >> [ license overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC