org.tinyjee.maven.dim.utils
Class PropertiesLoader

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,V>
          extended by java.util.LinkedHashMap<String,Object>
              extended by org.tinyjee.maven.dim.extensions.PropertiesLoader
                  extended by org.tinyjee.maven.dim.utils.PropertiesLoader
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

Deprecated.

@Deprecated
public class PropertiesLoader
extends PropertiesLoader

Provided for backwards compatibility, extensions have been moved to an own package "org.tinyjee.maven.dim.extensions".

Author:
Juergen_Kellerer, 2011-09-30
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.tinyjee.maven.dim.extensions.PropertiesLoader
PropertiesLoader.AliasHandler
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
 
Fields inherited from class org.tinyjee.maven.dim.extensions.PropertiesLoader
OUT_PARAM_LOADED_PROPERTIES, OUT_PARAM_LOADED_PROPERTY_KEYS, PARAM_ALIAS, PARAM_PROPERTIES
 
Constructor Summary
PropertiesLoader(File baseDir, Map<String,Object> requestParams)
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, get, removeEldestEntry
 
Methods inherited from class java.util.HashMap
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

PropertiesLoader

public PropertiesLoader(File baseDir,
                        Map<String,Object> requestParams)
Deprecated.