|
Jacson | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.spieleck.app.jacson.ant.JacsonTaskParam
Another name/value pair encapsulation.
This time for the JacsonTask parameters.
XXX Make the JacsonSource configurable, currently it is LineChunkSource.
Constructor Summary | |
JacsonTaskParam()
|
Method Summary | |
java.lang.String |
getExpression()
Get the parameter value |
java.lang.String |
getName()
Get the parameter name |
void |
setName(java.lang.String name)
Set the parameter name. |
void |
setValue(java.lang.String value)
The value for the parameter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JacsonTaskParam()
Method Detail |
public void setName(java.lang.String name)
name
- the name of the parameter.public void setValue(java.lang.String value)
value
- the value representing the
parameter's value.public java.lang.String getName() throws BuildException
BuildException
- if the name is not set.public java.lang.String getExpression() throws BuildException
BuildException
- if the value is not set.
|
Spieleck | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |