org.pentaho.di.core.config
Class PropertySetter

java.lang.Object
  extended by 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

Field Summary
static String I18N
           
static String OGNL
           
 
Constructor Summary
PropertySetter()
           
 
Method Summary
 void setProperty(Object obj, String property, String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OGNL

public static final String OGNL
See Also:
Constant Field Values

I18N

public static final String I18N
See Also:
Constant Field Values
Constructor Detail

PropertySetter

public PropertySetter()
Method Detail

setProperty

public void setProperty(Object obj,
                        String property,
                        String value)
                 throws KettleConfigException
Throws:
KettleConfigException