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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheck to see whether a property file exists within the classpath or filesystemgetName()booleancleanse and reload the property filebooleanload 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, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.pentaho.di.laf.PropertyHandler
getProperty, getProperty
-
Constructor Details
-
OverlayProperties
- Throws:
IOException
-
-
Method Details
-
exists
Description copied from interface:PropertyHandlercheck to see whether a property file exists within the classpath or filesystem- Specified by:
existsin interfacePropertyHandler- Returns:
- true if resource exists
-
loadProps
Description copied from interface:PropertyHandlerload properties for the given properties file- Specified by:
loadPropsin interfacePropertyHandler- Returns:
- true if load was successful
-
load
cleanse and reload the property file- Parameters:
filename-- Returns:
- Throws:
IOException
-
getName
-