org.oddjob.values.properties
Class PropertiesType
java.lang.Object
org.oddjob.values.properties.PropertiesBase
org.oddjob.values.properties.PropertiesType
- All Implemented Interfaces:
- ArooaValue, ArooaContextAware
public class PropertiesType
- extends PropertiesBase
- implements ArooaValue
Description
A type that evaluates to a java Properties object.
For more information on configuring this please see PropertiesJob
as they share the same underlying mechanisms.
Example
Defining a single property.
<variables id="vars">
<props>
<properties>
<values>
<value key="snack.fruit" value="apple"/>
</values>
</properties>
<props/>
</variables>
- Author:
- Rob Gordon.
Methods inherited from class org.oddjob.values.properties.PropertiesBase |
getExtract, getPrefix, getSets, getSource, isFromXML, isSubstitute, setArooaContext, setExtract, setFromXML, setInput, setPrefix, setSets, setSource, setSubstitute, setValues, toProperties |
PropertiesType
public PropertiesType()
toString
public String toString()
- Overrides:
toString
in class Object