Package | Description |
---|---|
com.verisign.epp.util |
Modifier and Type | Method and Description |
---|---|
void |
Environment.envInitialize(java.lang.String aConfigFile)
Loads configuration file properties into a
Properties
attribute in the following search order:File system System classpath Environment class ClassLoader
If the configuration file can not be located, an EnvException is thrown. |
void |
Environment.envInitialize(java.lang.String aConfigFile,
java.lang.ClassLoader aClassLoader)
Loads configuration file properties into a
Properties
attribute using a custom ClassLoader |
static java.lang.String |
Environment.getEnv(java.lang.String aProperty)
This Method gets the given value from properties.
|
Copyright © VeriSign Inc. All Rights Reserved.