Class Local

All Implemented Interfaces:
Cloneable

public class Local extends Task
Task to create local properties in the current scope.
  • Constructor Details

    • Local

      public Local()
  • Method Details

    • setName

      public void setName(String name)
      Set the name attribute.
      Parameters:
      name - the name of the local property.
    • createName

      public Local.Name createName()
      Create a nested name element.
      Returns:
      Local.Name
      Since:
      Ant 1.10.13
    • execute

      public void execute()
      Run the task.
      Overrides:
      execute in class Task