jautil.install
Class DeploymentParameters

java.lang.Object
  extended by jautil.install.DeploymentParameters

public final class DeploymentParameters
extends java.lang.Object


Field Summary
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 Summary
DeploymentParameters()
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JA_VERSION_TAG_KEY

public static final java.lang.String JA_VERSION_TAG_KEY
Property key for the JA version tag.

See Also:
Constant Field Values

JA_VERSION_TAG_DEFAULT

public static final java.lang.String JA_VERSION_TAG_DEFAULT
The current default JA version tag.

See Also:
Constant Field Values

JA_REMOTE_BASE_KEY

public static final java.lang.String JA_REMOTE_BASE_KEY
Property key for Remote Base URL.

See Also:
Constant Field Values

JA_REMOTE_BASE_STEM

public static final java.lang.String JA_REMOTE_BASE_STEM
Stem of the default Remote Base URL.

See Also:
Constant Field Values

JA_REMOTE_BASE_DEFAULT

public static final java.lang.String JA_REMOTE_BASE_DEFAULT
Default Remote Base URL.


JA_USER_BASE

public static final java.lang.String JA_USER_BASE
Name of JASigning base directory in user space.

See Also:
Constant Field Values

JA_PREFS_BASE_RELATIVE_PATH

public static final java.lang.String JA_PREFS_BASE_RELATIVE_PATH
Path from the platform preferences root to the JA preferences root.

See Also:
Constant Field Values

JA_HOME_KEY

public static final java.lang.String JA_HOME_KEY
Preferences key for the JA home URL.

See Also:
Constant Field Values

INSTALL_BASE

public static final java.lang.String INSTALL_BASE
Path string for standard installation base folder (platform-dependent).


DOWNLOAD_FOLDER

public static final java.lang.String DOWNLOAD_FOLDER
Download folder name.

See Also:
Constant Field Values

JAS_FOLDER_STEM

public static final java.lang.String JAS_FOLDER_STEM
Stem of the JASigning folder name.

See Also:
Constant Field Values

AVATARS_FOLDER

public static final java.lang.String AVATARS_FOLDER
Avatars configuration data folder name.

See Also:
Constant Field Values

AVATARS_CONFIG_ZIP

public static final java.lang.String AVATARS_CONFIG_ZIP
Avatars configuration data ZIP file name.

See Also:
Constant Field Values

NATIVE_LIB_TAGS

public static final java.lang.String[] NATIVE_LIB_TAGS
Tags for native library source folder names.


JA_EXTRA_INSTALL_TAG_KEY

public static final java.lang.String JA_EXTRA_INSTALL_TAG_KEY
Property key for extra installation item tag.

See Also:
Constant Field Values
Constructor Detail

DeploymentParameters

public DeploymentParameters()
Method Detail

JA_VERSION_TAG

public static final 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.


JA_VERSION_STRING

public static final 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.


JA_REMOTE_BASE

public static final 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.


JA_EXTRA_INSTALL_TAG

public static final 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.


USER_BASE_DIR_FOR_JA_VERSION

public static final 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.