|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ehealth.business.common.util.BusinessConfigUtil
public final class BusinessConfigUtil
| Field Summary | |
|---|---|
static String |
DEFAULT
default project name |
static String |
USE_DEFAULT_PROPERTIES
suffix that indicates use of default properties. |
| Method Summary | |
|---|---|
static boolean |
isNet()
|
static boolean |
retrieveBooleanProjectProperty(String prefix,
String projectName,
String suffix,
boolean defaultValue)
retrieve 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. |
| 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 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 | |||||||||