Class X4OTaskProperty
java.lang.Object
org.x4o.xml.lang.task.run.X4OTaskProperty
X4OTaskProperty stores the x4o language task property values for the task runner.
- Version:
- 1.0 Aug 30, 2013
- Author:
- Willem Cazander
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
X4OTaskProperty
public X4OTaskProperty()
-
-
Method Details
-
getKey
- Returns:
- the key.
-
setKey
- Parameters:
key
- the key to set.
-
getValue
- Returns:
- the value.
-
setValue
- Parameters:
value
- the value to set.
-
parseLine
Parsed line like 'key=value' into a X4OTaskProperty object.- Parameters:
line
- The text line to parse.- Returns:
- The filled X4OTaskProperty.
-