org.apache.tools.ant.taskdefs

Class Local

public class Local extends Task

Task to create a local property in the current scope.
Method Summary
voidexecute()
Run the task.
voidsetName(String name)
Set the name attribute.

Method Detail

execute

public void execute()
Run the task.

setName

public void setName(String name)
Set the name attribute.

Parameters: name the name of the local property.