Class Local

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class Local
    extends Task
    Task to create local properties 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.
      • 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