public class LicenseConsts
extends java.lang.Object
The default configuration properties used by license manager to look for license.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ENV_PROP_LICENSE_FILE
Name of environment variable which hold location of license file.
|
static java.lang.String |
ENV_PROP_LICENSE_KEY
Name of environment variable which holds license key.
|
static java.lang.String |
LICENSE_FILENAME
The default name of license file.
|
static java.lang.String |
SYS_PROP_LICENSE_FILE
Name of JVM system property which holds location of license key.
|
static java.lang.String |
SYS_PROP_LICENSE_FILENAME
Name of JVM system property which overrides default license file name (
LICENSE_FILENAME. |
static java.lang.String |
SYS_PROP_LICENSE_KEY
Name of JVM system property which holds license key.
|
| Constructor and Description |
|---|
LicenseConsts() |
public static final java.lang.String LICENSE_FILENAME
The default name of license file.
public static final java.lang.String ENV_PROP_LICENSE_KEY
Name of environment variable which holds license key.
public static final java.lang.String ENV_PROP_LICENSE_FILE
Name of environment variable which hold location of license file.
For example, export DRIVERLESS_AI_LICENSE_FILE=/opt/dai/license/license.sig
public static final java.lang.String SYS_PROP_LICENSE_KEY
Name of JVM system property which holds license key.
public static final java.lang.String SYS_PROP_LICENSE_FILE
Name of JVM system property which holds location of license key.
For example, java -Dai.h2o.mojos.runtime.license.file=/opt/dai/license/license.key -cp...
public static final java.lang.String SYS_PROP_LICENSE_FILENAME
Name of JVM system property which overrides default license file name (LICENSE_FILENAME.