Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sourcetap.license
Interface LicenseManager  view LicenseManager download LicenseManager.java

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