public class Local extends Task
Modifier and Type | Class and Description |
---|---|
static class |
Local.Name
Nested
name element. |
description, location, project
Constructor and Description |
---|
Local() |
Modifier and Type | Method and Description |
---|---|
Local.Name |
createName()
Create a nested
name element. |
void |
execute()
Run the task.
|
void |
setName(java.lang.String name)
Set the name attribute.
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
public void setName(java.lang.String name)
name
- the name of the local property.public Local.Name createName()
name
element.Local.Name