com.jurismarches.vradi.services.managers
Class PropertiesManager

java.lang.Object
  extended by com.jurismarches.vradi.services.managers.PropertiesManager

Deprecated. since 0.0.5, use ApplicationConfig instead

@Deprecated
public class PropertiesManager
extends Object

Yet another ApplicationConfig fork.

Author:
morin

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

PropertiesManager

public PropertiesManager()
Deprecated. 
Method Detail

getCommonPropertiesFile

public static File getCommonPropertiesFile()
Deprecated. 

getCommonProperties

protected static Properties getCommonProperties()
Deprecated. 

getProperties

protected static Properties getProperties(File propertyFile)
Deprecated. 

store

protected static Properties store(Properties property,
                                  File file)
Deprecated. 

getCommonListOfStringFromProperties

protected static List<String> getCommonListOfStringFromProperties(String propertyName)
Deprecated. 

storeCommonListProperties

protected static void storeCommonListProperties(String propertyName,
                                                List<String> values)
Deprecated. 

addToCommonListProperties

protected static void addToCommonListProperties(String propertyName,
                                                String value)
Deprecated. 

addToCommonListProperties

protected static void addToCommonListProperties(String propertyName,
                                                String value,
                                                boolean replace)
Deprecated. 

addToCommonListProperties

protected static void addToCommonListProperties(String propertyName,
                                                String value,
                                                boolean replace,
                                                boolean inverse,
                                                boolean uniqueValues)
Deprecated. 

removeToCommonListProperties

protected static List<String> removeToCommonListProperties(String propertyName,
                                                           String value)
Deprecated. 

setLastItemOfXmlStream

public static void setLastItemOfXmlStream(String xmlStreamName,
                                          String value)
Deprecated. 

getLastItemOfXmlStream

public static String getLastItemOfXmlStream(String xmlStreamName)
Deprecated. 

setXmlStreamConfig

public static void setXmlStreamConfig(String intervalUnit,
                                      String intervalValue,
                                      String hour,
                                      String minute)
Deprecated. 

getXmlStreamConfig

public static String[] getXmlStreamConfig()
Deprecated. 


Copyright © 2009-2010 JurisMarches. All Rights Reserved.