|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.technicalconnector.config.util.ConfigUtil
@Deprecated public final class ConfigUtil
Utility class for Configuration.
Field Summary | |
---|---|
static String |
DEFAULT
Deprecated. default project name |
static String |
USE_DEFAULT_PROPERTIES
Deprecated. suffix tha must be used if you want to know if you have to use default properties |
Method Summary | |
---|---|
static boolean |
isNet()
Deprecated. |
static boolean |
retrieveBooleanProjectProperty(String prefix,
String projectName,
String suffix,
boolean defaultValue)
Deprecated. retrive a boolean value from properties files. verify if you need to use the default value (defined by prefix + projectName + usedefaultproperties) before trying to get the specific value. |
static PackageInfo |
retrievePackageInfo(String componentName)
Deprecated. Retrieves the package information for a component from config file. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String USE_DEFAULT_PROPERTIES
public static final String DEFAULT
Method Detail |
---|
public static PackageInfo retrievePackageInfo(String componentName) throws TechnicalConnectorException
componentName
- the name of the component (name used in config file for properties [name].package.licence)
TechnicalConnectorException
public static boolean retrieveBooleanProjectProperty(String prefix, String projectName, String suffix, boolean defaultValue)
prefix
- projectName
- suffix
- defaultValue
- if no properties are defined this value 'll be used
public static boolean isNet() throws TechnicalConnectorException
TechnicalConnectorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |