org.apache.tools.ant.taskdefs

Class Local

  • All Implemented Interfaces:
    java.lang.Cloneable


    public class Local
    extends Task
    Task to create a local property in the current scope.
    • Constructor Detail

      • Local

        public Local()
    • Method Detail

      • setName

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

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