public final class DeploymentParameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AVATARS_CONFIG_ZIP
Avatars configuration data ZIP file name.
|
static java.lang.String |
AVATARS_FOLDER
Avatars configuration data folder name.
|
static java.lang.String |
DOWNLOAD_FOLDER
Download folder name.
|
static java.lang.String |
INSTALL_BASE
Path string for standard installation base folder (platform-dependent).
|
static java.lang.String |
JA_EXTRA_INSTALL_TAG_KEY
Property key for extra installation item tag.
|
static java.lang.String |
JA_HOME_KEY
Preferences key for the JA home URL.
|
static java.lang.String |
JA_PREFS_BASE_RELATIVE_PATH
Path from the platform preferences root to the JA preferences root.
|
static java.lang.String |
JA_REMOTE_BASE_DEFAULT
Default Remote Base URL.
|
static java.lang.String |
JA_REMOTE_BASE_KEY
Property key for Remote Base URL.
|
static java.lang.String |
JA_REMOTE_BASE_STEM
Stem of the default Remote Base URL.
|
static java.lang.String |
JA_USER_BASE
Name of JASigning base directory in user space.
|
static java.lang.String |
JA_VERSION_TAG_DEFAULT
The current default JA version tag.
|
static java.lang.String |
JA_VERSION_TAG_KEY
Property key for the JA version tag.
|
static java.lang.String |
JAS_FOLDER_STEM
Stem of the JASigning folder name.
|
static java.lang.String[] |
NATIVE_LIB_TAGS
Tags for native library source folder names.
|
Constructor and Description |
---|
DeploymentParameters() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
JA_EXTRA_INSTALL_TAG()
Returns the value of the
ja.extra.install.tag system property,
or null if it is not defined. |
static java.lang.String |
JA_REMOTE_BASE()
Returns the JASigning remote base URL for this Java VM: the default
value defined here unless that is overridden by the base URL given in
App arguments unless that in turn is overridden by the
ja.remote.base.url system property. |
static java.lang.String |
JA_VERSION_STRING()
Returns the JASigning version string for this Java VM, constructed
by inserting a
"." between successive pairs of digits in
the numeric part of the version tag. |
static java.lang.String |
JA_VERSION_TAG()
Returns the JASigning version tag for this Java VM: the default value
defined here unless that is overridden by the
ja.version.tag system property. |
static java.io.File |
USER_BASE_DIR_FOR_JA_VERSION()
Returns the base directory in User space for this version of JASigning,
having attempted to create it if necessary.
|
public static final java.lang.String JA_VERSION_TAG_KEY
public static final java.lang.String JA_VERSION_TAG_DEFAULT
public static final java.lang.String JA_REMOTE_BASE_KEY
public static final java.lang.String JA_REMOTE_BASE_STEM
public static final java.lang.String JA_REMOTE_BASE_DEFAULT
public static final java.lang.String JA_USER_BASE
public static final java.lang.String JA_PREFS_BASE_RELATIVE_PATH
public static final java.lang.String JA_HOME_KEY
public static final java.lang.String INSTALL_BASE
public static final java.lang.String DOWNLOAD_FOLDER
public static final java.lang.String JAS_FOLDER_STEM
public static final java.lang.String AVATARS_FOLDER
public static final java.lang.String AVATARS_CONFIG_ZIP
public static final java.lang.String[] NATIVE_LIB_TAGS
public static final java.lang.String JA_EXTRA_INSTALL_TAG_KEY
public static final java.lang.String JA_VERSION_TAG()
ja.version.tag
system property.public static final java.lang.String JA_VERSION_STRING()
"."
between successive pairs of digits in
the numeric part of the version tag.public static final java.lang.String JA_REMOTE_BASE()
ja.remote.base.url
system property.public static final java.lang.String JA_EXTRA_INSTALL_TAG()
ja.extra.install.tag
system property,
or null
if it is not defined.public static final java.io.File USER_BASE_DIR_FOR_JA_VERSION()