public class PropertyContainer extends Object
| Constructor and Description |
|---|
PropertyContainer() |
| Modifier and Type | Method and Description |
|---|---|
Properties |
getBasePropertiesObject()
This will return the custom properties object if it is set.
|
Map<String,String> |
getCustomPropertyMap() |
Properties |
getCustomPropertyObject() |
Properties |
getDefaultPropertyObject() |
Properties |
getFinalPropertyObject() |
String |
getProperty(String value) |
Map<String,String> |
removesEntriesWithNullValues(Map<String,String> propertiesMap) |
void |
setCustomPropertyMap(Map<String,String> propertyMap) |
void |
setCustomPropertyObject(Properties value) |
void |
setDefaultPropertyObject(Properties value) |
void |
setFinalPropertyObject(Properties value) |
public void setCustomPropertyObject(Properties value)
public Properties getCustomPropertyObject()
public void setDefaultPropertyObject(Properties value)
public Properties getDefaultPropertyObject()
public void setFinalPropertyObject(Properties value)
public Properties getFinalPropertyObject()
public Map<String,String> removesEntriesWithNullValues(Map<String,String> propertiesMap)
public Properties getBasePropertiesObject()
Copyright © 2014. All Rights Reserved.