public final class ProvisioningProperties
extends java.lang.Object
ProvisioningProperties
is an utility class to read a properties file containing data for automatic
provisioning.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PARAM_AUTOMATIC_PROVISIONING
Request parameter name for automatic provisioning.
|
static java.lang.String |
PROP_PROVISIONING_CONTAINER_FOLDER
Name of the system property holding the parent directory of the properties file.
|
static java.lang.String |
PROP_PROVISIONING_FILE_NAME
File name of the properties file holding the provisioning data.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Properties |
getAutomaticProvisioningData()
Reads the provisioning properties file with the name
PROP_PROVISIONING_FILE_NAME from the working
directory. |
public static final java.lang.String PARAM_AUTOMATIC_PROVISIONING
public static final java.lang.String PROP_PROVISIONING_CONTAINER_FOLDER
public static final java.lang.String PROP_PROVISIONING_FILE_NAME
public static java.util.Properties getAutomaticProvisioningData()
PROP_PROVISIONING_FILE_NAME
from the working
directory. If the system property PROP_PROVISIONING_CONTAINER_FOLDER
is set, the method attempts to read
the file from there.
The file should contain prefixed properties in the form of <servicename>.<property> (i.e.
analytics.company)
null
if the file does not exist or can't be read.Copyright © 2010 - 2020 Adobe. All Rights Reserved