public final class Config extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DefaultConfigurationVersion |
Constructor and Description |
---|
Config() |
Modifier and Type | Method and Description |
---|---|
static IConfigUtilsInterface |
getConfigUtils() |
static <T> T |
GetValue(ConfigValues value) |
static <T> T |
GetValue(ConfigValues value,
String version) |
static String |
resolveBootstrapInstallerPath()
Fetch the BootstrapInstallerFileName configuration value and, if it is not an absolute path, resolve it relative
to the DataDir configuration value.
|
static String |
resolveCABasePath()
Fetch the CABaseDirectory configuration value and, if it is not an absolute path, resolve it relative to the
CABaseDirectory configuration value.
|
static String |
resolveCACertificatePath()
Fetch the CACertificatePath configuration value and, if it is not an absolute path, resolve it relative to the
CABaseDirectory configuration value.
|
static String |
resolveCertificatePath()
Fetch the CertificateFileName configuration value and, if it is not an absolute path, resolve it relative to the
CABaseDirectory configuration value.
|
static String |
resolveKeyStorePath()
Fetch the keystoreUrl configuration value and, if it is not an absolute path, resolve it relative to the
CABaseDirectory configuration value.
|
static String |
resolveOVirtISOsRepositoryPath()
Fetch the oVirtISOsRepositoryPath configuration value and, if it is not an absolute path, resolve it relative to
the DataDir configuration value.
|
static String |
resolveSignScriptPath()
Fetch the SignScriptName configuration value and, if it is not an absolute path, resolve it relative to the
CABaseDirectory configuration value.
|
static String |
resolveTrustStorePath()
Fetch the TruststoreUrl configuration value and, if it is not an absolute path, resolve it relative to the
CABaseDirectory configuration value.
|
static void |
setConfigUtils(IConfigUtilsInterface value) |
public static final String DefaultConfigurationVersion
public static IConfigUtilsInterface getConfigUtils()
public static void setConfigUtils(IConfigUtilsInterface value)
public static <T> T GetValue(ConfigValues value)
public static <T> T GetValue(ConfigValues value, String version)
public static String resolveBootstrapInstallerPath()
public static String resolveOVirtISOsRepositoryPath()
public static String resolveCABasePath()
public static String resolveCACertificatePath()
public static String resolveCertificatePath()
public static String resolveSignScriptPath()
public static String resolveKeyStorePath()
public static String resolveTrustStorePath()
Copyright © 2012. All Rights Reserved.