public class CreateExampleTask extends Task
description, location, project| Constructor and Description |
|---|
CreateExampleTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Called by the project to let the task do its work.
|
void |
init() |
void |
setExampleProperty(String exampleProperty)
Sets the name of the property in which the result should be stored.
|
void |
setFunctionProperty(String functionProperty)
Sets the name of the property in which the name of the function should be stored.
|
void |
setRequestURL(String requestURL)
Sets the URL to call the function.
|
void |
setXslLocation(String xslLocation)
Sets the location of the XSL style sheet to use to create the example.
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeclone, getDescription, getLocation, getProject, setDescription, setLocation, setProjectpublic void setRequestURL(String requestURL)
requestURL - the name of the property to store the uppercase value.public void setExampleProperty(String exampleProperty)
exampleProperty - the name of the property in which the result should be stored.public void setFunctionProperty(String functionProperty)
functionProperty - the name of the property in which the result should be stored.public void setXslLocation(String xslLocation)
xslLocation - the name of the property in which the result should be stored.public void init()
throws BuildException
init in class TaskBuildExceptionpublic void execute()
throws BuildException
execute in class TaskBuildException - if something goes wrong with the build.See http://www.xins.org/.