Package com.jp.protection.pub.pro.ls

Interface Summary
LauncherConfigStorage Interface describes storage for holding the launcher configurations
LauncherConfigStorageListener Defines the listener for various LauncherConfigStorage events
LicenseStorage The interface describes the license storage intended to hold unlimited number of different licenses
LicenseStorage.LicenseEntry Interface describes single license stored in the license storage
LicenseStorageListener Defines listener to allow listening various LicenseStorage events
 

Class Summary
BasicLauncherConfigStorage Basic implementation of LauncherConfigStorage interface
BasicLauncherConfigStorage.EntryLicenseReader Specific implementation of the License Reader intended to work with the license entry
BasicLicenseStorage Basic implementation of the LicenseStorage interface that can be used to build actual LicenseStorage implementations.
BasicLicenseStorage.BasicLicenseEntry Basic implementation of the LicenseEntry interface
BasicLicenseStorage.EntryLicenseReader License Reader implementation to allow license reading from the license storage
JarLauncherConfigStorage Jar file based implementation of the LauncherConfigStorage
JarLicenseStorage Jar file based implementation of the LicenseStorage