public class LicenseManager extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
LicenseManager.CustomLicenseProcessor |
Modifier and Type | Field and Description |
---|---|
(package private) static long |
LICENSE_VALIDATE_PERIOD |
Modifier and Type | Method and Description |
---|---|
static LicenseManager |
getInstance() |
Properties |
getLicenseProperties() |
void |
init(File confDir,
String productName,
String productVersion) |
boolean |
validate(boolean initialValidation) |
boolean |
validate(boolean initialValidation,
XEnvironment.Mode environmentMode) |
public static LicenseManager getInstance()
public void init(File confDir, String productName, String productVersion) throws Exception
Exception
public boolean validate(boolean initialValidation)
public boolean validate(boolean initialValidation, XEnvironment.Mode environmentMode)
public Properties getLicenseProperties()
Copyright © 2016–2019 AdroitLogic. All rights reserved.