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 java.lang.Object

Yet another ApplicationConfig fork.

Author:
morin

Constructor Summary
PropertiesManager()
          Deprecated.  
 
Method Summary
protected static void addToCommonListProperties(java.lang.String propertyName, java.lang.String value)
          Deprecated.  
protected static void addToCommonListProperties(java.lang.String propertyName, java.lang.String value, boolean replace)
          Deprecated.  
protected static void addToCommonListProperties(java.lang.String propertyName, java.lang.String value, boolean replace, boolean inverse, boolean uniqueValues)
          Deprecated.  
protected static java.util.List<java.lang.String> getCommonListOfStringFromProperties(java.lang.String propertyName)
          Deprecated.  
protected static java.util.Properties getCommonProperties()
          Deprecated.  
static java.io.File getCommonPropertiesFile()
          Deprecated.  
static java.lang.String getLastItemOfXmlStream(java.lang.String xmlStreamName)
          Deprecated.  
protected static java.util.Properties getProperties(java.io.File propertyFile)
          Deprecated.  
static java.lang.String[] getXmlStreamConfig()
          Deprecated.  
protected static java.util.List<java.lang.String> removeToCommonListProperties(java.lang.String propertyName, java.lang.String value)
          Deprecated.  
static void setLastItemOfXmlStream(java.lang.String xmlStreamName, java.lang.String value)
          Deprecated.  
static void setXmlStreamConfig(java.lang.String intervalUnit, java.lang.String intervalValue, java.lang.String hour, java.lang.String minute)
          Deprecated.  
protected static java.util.Properties store(java.util.Properties property, java.io.File file)
          Deprecated.  
protected static void storeCommonListProperties(java.lang.String propertyName, java.util.List<java.lang.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 java.io.File getCommonPropertiesFile()
Deprecated. 

getCommonProperties

protected static java.util.Properties getCommonProperties()
Deprecated. 

getProperties

protected static java.util.Properties getProperties(java.io.File propertyFile)
Deprecated. 

store

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

getCommonListOfStringFromProperties

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

storeCommonListProperties

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

addToCommonListProperties

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

addToCommonListProperties

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

addToCommonListProperties

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

removeToCommonListProperties

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

setLastItemOfXmlStream

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

getLastItemOfXmlStream

public static java.lang.String getLastItemOfXmlStream(java.lang.String xmlStreamName)
Deprecated. 

setXmlStreamConfig

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

getXmlStreamConfig

public static java.lang.String[] getXmlStreamConfig()
Deprecated. 


Copyright © 2009-2010 JurisMarches. All Rights Reserved.