Enum Class PropertySetter

java.lang.Object
java.lang.Enum<PropertySetter>
com.norconex.commons.lang.map.PropertySetter
All Implemented Interfaces:
Serializable, Comparable<PropertySetter>, Constable

public enum PropertySetter extends Enum<PropertySetter>

Convenient way of handling the different ways a value (or values) can be set on a Properties instance.

XML configuration usage:


onSet="[append|prepend|replace|optional]"

The above is the recommended attribute for consuming classes to use in XML configuration.

Since:
2.0.0
Author:
Pascal Essiembre