Class Ant.TargetElement

java.lang.Object
org.apache.tools.ant.taskdefs.Ant.TargetElement
Enclosing class:
Ant

public static class Ant.TargetElement extends Object
Helper class that implements the nested <target> element of <ant> and <antcall>.
Since:
Ant 1.6.3
  • Constructor Details

    • TargetElement

      public TargetElement()
      Default constructor.
  • Method Details

    • setName

      public void setName(String name)
      Set the name of this TargetElement.
      Parameters:
      name - the String target name.
    • getName

      public String getName()
      Get the name of this TargetElement.
      Returns:
      String.