|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jurismarches.vradi.services.managers.PropertiesManager
ApplicationConfig instead
@Deprecated public class PropertiesManager
Yet another ApplicationConfig fork.
| Constructor Summary | |
|---|---|
PropertiesManager()
Deprecated. |
|
| Method Summary | |
|---|---|
protected static void |
addToCommonListProperties(String propertyName,
String value)
Deprecated. |
protected static void |
addToCommonListProperties(String propertyName,
String value,
boolean replace)
Deprecated. |
protected static void |
addToCommonListProperties(String propertyName,
String value,
boolean replace,
boolean inverse,
boolean uniqueValues)
Deprecated. |
protected static List<String> |
getCommonListOfStringFromProperties(String propertyName)
Deprecated. |
protected static Properties |
getCommonProperties()
Deprecated. |
static File |
getCommonPropertiesFile()
Deprecated. |
static String |
getLastItemOfXmlStream(String xmlStreamName)
Deprecated. |
protected static Properties |
getProperties(File propertyFile)
Deprecated. |
static String[] |
getXmlStreamConfig()
Deprecated. |
protected static List<String> |
removeToCommonListProperties(String propertyName,
String value)
Deprecated. |
static void |
setLastItemOfXmlStream(String xmlStreamName,
String value)
Deprecated. |
static void |
setXmlStreamConfig(String intervalUnit,
String intervalValue,
String hour,
String minute)
Deprecated. |
protected static Properties |
store(Properties property,
File file)
Deprecated. |
protected static void |
storeCommonListProperties(String propertyName,
List<String> values)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertiesManager()
| Method Detail |
|---|
public static File getCommonPropertiesFile()
protected static Properties getCommonProperties()
protected static Properties getProperties(File propertyFile)
protected static Properties store(Properties property,
File file)
protected static List<String> getCommonListOfStringFromProperties(String propertyName)
protected static void storeCommonListProperties(String propertyName,
List<String> values)
protected static void addToCommonListProperties(String propertyName,
String value)
protected static void addToCommonListProperties(String propertyName,
String value,
boolean replace)
protected static void addToCommonListProperties(String propertyName,
String value,
boolean replace,
boolean inverse,
boolean uniqueValues)
protected static List<String> removeToCommonListProperties(String propertyName,
String value)
public static void setLastItemOfXmlStream(String xmlStreamName,
String value)
public static String getLastItemOfXmlStream(String xmlStreamName)
public static void setXmlStreamConfig(String intervalUnit,
String intervalValue,
String hour,
String minute)
public static String[] getXmlStreamConfig()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||