public abstract class LicenseProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ADDRESS
Defines label for the mac adress
|
static String |
BASE
Defines label for the base ip
|
static String |
COMPANY
Defines label for the company name
|
static String |
CREATED
Defines label for the creation date
|
static String |
DESCRIPTION
Defines label for the license description
|
static String |
DUE_DATE
Defines label for the due date
|
static String |
HOST
Defines label for the host size
|
static String |
MAX_USER
Defines label for the user size
|
static String |
MODIFIED
Defines label for the modification date
|
static String |
OS
Defines label for the operating system
|
static String |
OWNER
Defines label for the license owner
|
static String |
PRODUCT
Defines label for the product name
|
static String |
REMOTE
Defines label for remote validation
|
static String |
SIGNATURE
Defines label for the signature
|
static String |
USER
Defines label for the user
|
static String |
VERSION
Defines label for the product version
|
| Constructor and Description |
|---|
LicenseProperties() |
| Modifier and Type | Method and Description |
|---|---|
static License |
createLicense(Properties properties) |
static License |
createLicense(Properties properties,
License license) |
static License |
createLicense(Properties properties,
License license,
Properties additional) |
static License |
createLicense(Properties properties,
Properties additional) |
static Properties |
createProperties(License license) |
static Properties |
createProperties(Properties properties,
License license) |
public static final String PRODUCT
public static final String VERSION
public static final String CREATED
public static final String MODIFIED
public static final String ADDRESS
public static final String HOST
public static final String MAX_USER
public static final String USER
public static final String COMPANY
public static final String DESCRIPTION
public static final String SIGNATURE
public static final String BASE
public static final String DUE_DATE
public static final String REMOTE
public static final String OWNER
public static final String OS
public static License createLicense(Properties properties)
public static License createLicense(Properties properties, Properties additional)
public static License createLicense(Properties properties, License license)
public static License createLicense(Properties properties, License license, Properties additional)
properties - license - additional - public static Properties createProperties(License license)
public static Properties createProperties(Properties properties, License license)
Copyright © 2017 PAWLIDI.DE. All rights reserved.