Uses of Interface
ch.autumo.commons.application.LicensedApplication
Packages that use LicensedApplication
Package
Description
Application; base application for console/server & versioning, security, registering and licensing foundation.
Console tools and ANSI colors.
License Management and license handler interface.
-
Uses of LicensedApplication in ch.autumo.commons.application
Classes in ch.autumo.commons.application that implement LicensedApplication -
Uses of LicensedApplication in ch.autumo.commons.console
Methods in ch.autumo.commons.console that return LicensedApplicationModifier and TypeMethodDescriptionprotected LicensedApplicationAbstractConsoleTool.getApplication()Get application.final LicensedApplicationAbstractConsoleTool.getLicensedApplication()Get a licensed application instance. -
Uses of LicensedApplication in ch.autumo.commons.utils.license
Methods in ch.autumo.commons.utils.license with parameters of type LicensedApplicationModifier and TypeMethodDescriptionbooleanDummyLicenseHandler.checkOnlineLicense(LicensedApplication app) booleanLicenseHandler.checkOnlineLicense(LicensedApplication app) Read license key file and unregister if invalid.DummyLicenseHandler.checkRegistration(LicensedApplication app) LicenseHandler.checkRegistration(LicensedApplication app) Check registration state and set application to registered or unregistered.booleanDummyLicenseHandler.checkRuntimeLicense(LicensedApplication app, Properties baseProps, String baseFile) booleanLicenseHandler.checkRuntimeLicense(LicensedApplication app, Properties baseProps, String baseFile) Check runtime license, is it a limited or unlimited version.DummyLicenseHandler.createRegKey(LicensedApplication app, String fname, String lname, String city, String company, String country, String email) LicenseHandler.createRegKey(LicensedApplication app, String fname, String lname, String city, String company, String country, String email) Create a register key that can be converted to a license key.booleanDummyLicenseHandler.decreaseOnlineLicense(LicensedApplication app) booleanLicenseHandler.decreaseOnlineLicense(LicensedApplication app) Decrease online license count.String[]DummyLicenseHandler.getLicenseKey(LicensedApplication app) String[]LicenseHandler.getLicenseKey(LicensedApplication app) Get license key and state from key file.String[]DummyLicenseHandler.getOnlineLicState(LicensedApplication app) String[]DummyLicenseHandler.getOnlineLicState(LicensedApplication app, String fname, String lname, String city, String company, String country, String email) String[]DummyLicenseHandler.getOnlineLicState(LicensedApplication app, Properties userInfo) String[]LicenseHandler.getOnlineLicState(LicensedApplication app) Get online license state.String[]LicenseHandler.getOnlineLicState(LicensedApplication app, String fname, String lname, String city, String company, String country, String email) Get online license state.String[]LicenseHandler.getOnlineLicState(LicensedApplication app, Properties userInfo) Get online license state.DummyLicenseHandler.loadLicenseInfo(LicensedApplication app) LicenseHandler.loadLicenseInfo(LicensedApplication app) Load license info from license.info.voidDummyLicenseHandler.makeLicenseKeyFile(LicensedApplication app, String fname, String lname, String city, String company, String country, String email, String licState) voidLicenseHandler.makeLicenseKeyFile(LicensedApplication app, String fname, String lname, String city, String company, String country, String email, String licState) Make a license key with given registration key and state!voidDummyLicenseHandler.storeLicenseInfo(LicensedApplication app, String fname, String lname, String city, String company, String country, String email) voidLicenseHandler.storeLicenseInfo(LicensedApplication app, String fname, String lname, String city, String company, String country, String email) Store license info as license.info.voidDummyLicenseHandler.updateLicenseKeyFile(LicensedApplication app, String licKey, String newLicState) voidLicenseHandler.updateLicenseKeyFile(LicensedApplication app, String licKey, String newLicState) Update license key with new state.booleanDummyLicenseHandler.validateLicenseKey(LicensedApplication app, String fname, String lname, String city, String company, String country, String email, String licKey) booleanLicenseHandler.validateLicenseKey(LicensedApplication app, String fname, String lname, String city, String company, String country, String email, String licKey) Validate a license key given.Constructors in ch.autumo.commons.utils.license with parameters of type LicensedApplicationModifierConstructorDescriptionInlineChecks(LicensedApplication app, String inlineCheckString) Inline-checks.