Class ReplaceValueSetter
- java.lang.Object
-
- org.onebusaway.gtfs_transformer.deferred.ReplaceValueSetter
-
- All Implemented Interfaces:
ValueSetter
public class ReplaceValueSetter extends Object implements ValueSetter
AValueSetterthat can do string-replacement operations on a bean value.
-
-
Constructor Summary
Constructors Constructor Description ReplaceValueSetter(String matchRegex, String replacementValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetValue(org.onebusaway.csv_entities.schema.BeanWrapper bean, String propertyName)Updates the specified property of the specified bean as appropriate.
-
-
-
Method Detail
-
setValue
public void setValue(org.onebusaway.csv_entities.schema.BeanWrapper bean, String propertyName)Description copied from interface:ValueSetterUpdates the specified property of the specified bean as appropriate.- Specified by:
setValuein interfaceValueSetter
-
-