Package org.pentaho.di.laf
Class OverlayProperties
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,
,Object> Handler
,PropertyHandler
- See Also:
-
Field Summary
Fields inherited from class java.util.Properties
defaults
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
check to see whether a property file exists within the classpath or filesystemgetName()
boolean
cleanse and reload the property fileboolean
load properties for the given properties fileMethods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.pentaho.di.laf.PropertyHandler
getProperty, getProperty
-
Constructor Details
-
OverlayProperties
- Throws:
IOException
-
-
Method Details
-
exists
Description copied from interface:PropertyHandler
check to see whether a property file exists within the classpath or filesystem- Specified by:
exists
in interfacePropertyHandler
- Returns:
- true if resource exists
-
loadProps
Description copied from interface:PropertyHandler
load properties for the given properties file- Specified by:
loadProps
in interfacePropertyHandler
- Returns:
- true if load was successful
-
load
cleanse and reload the property file- Parameters:
filename
-- Returns:
- Throws:
IOException
-
getName
-