Package org.pentaho.di.core.config
Class PropertySetter
- java.lang.Object
-
- org.pentaho.di.core.config.PropertySetter
-
public class PropertySetter extends Object
Helper class that allows properties to be set based on predefined prefixes, such as ognl:.- Author:
- Alex Silva
-
-
Constructor Summary
Constructors Constructor Description PropertySetter()
-
-
-
Field Detail
-
OGNL
public static final String OGNL
- See Also:
- Constant Field Values
-
I18N
public static final String I18N
- See Also:
- Constant Field Values
-
-
Method Detail
-
setProperty
public void setProperty(Object obj, String property, String value) throws KettleConfigException
- Throws:
KettleConfigException
-
-