| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--org.apache.tools.ant.ProjectComponent
        |
        +--org.apache.tools.ant.Task
              |
              +--org.apache.tools.ant.taskdefs.AntlibDefinition
                    |
                    +--org.apache.tools.ant.taskdefs.MacroDef
Describe class MacroDef here.
| Nested Class Summary | |
| static class | MacroDef.AttributeA nested element for the MacroDef task. | 
| static class | MacroDef.NestedSequentialThe class corresponding to the sequential nested element. | 
| static class | MacroDef.TemplateElementA nested element for the MacroDef task. | 
| static class | MacroDef.TextA nested text element for the MacroDef task. | 
| Field Summary | 
| Fields inherited from class org.apache.tools.ant.Task | 
| description, location, target, taskName, taskType, wrapper | 
| Fields inherited from class org.apache.tools.ant.ProjectComponent | 
| project | 
| Constructor Summary | |
| MacroDef() | |
| Method Summary | |
|  void | addConfiguredAttribute(MacroDef.Attribute attribute)Add an attribute element. | 
|  void | addConfiguredElement(MacroDef.TemplateElement element)Add an element element. | 
|  void | addConfiguredText(MacroDef.Text text)Add the text element. | 
|  MacroDef.NestedSequential | createSequential()This is the sequential nested element of the macrodef. | 
|  void | execute()Create a new ant type based on the embedded tasks and types. | 
|  java.util.List | getAttributes() | 
|  java.util.Map | getElements() | 
|  UnknownElement | getNestedTask()Convert the nested sequential to an unknown element | 
|  MacroDef.Text | getText() | 
| static boolean | isValidNameCharacter(char c)Check if a character is a valid character for an element or attribute name | 
|  boolean | sameDefinition(java.lang.Object obj)Equality method for this definition | 
|  void | setName(java.lang.String name)Name of the definition | 
|  boolean | similar(java.lang.Object obj)Similar method for this definition | 
| Methods inherited from class org.apache.tools.ant.taskdefs.AntlibDefinition | 
| getAntlibClassLoader, getURI, setAntlibClassLoader, setURI | 
| Methods inherited from class org.apache.tools.ant.Task | 
| getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType | 
| Methods inherited from class org.apache.tools.ant.ProjectComponent | 
| getProject, setProject | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public MacroDef()
| Method Detail | 
public void setName(java.lang.String name)
name - the name of the definitionpublic void addConfiguredText(MacroDef.Text text)
text - the nested text element to addpublic MacroDef.Text getText()
public MacroDef.NestedSequential createSequential()
public UnknownElement getNestedTask()
public java.util.List getAttributes()
public java.util.Map getElements()
public static boolean isValidNameCharacter(char c)
c - the character to check
public void addConfiguredAttribute(MacroDef.Attribute attribute)
attribute - an attribute nested element.public void addConfiguredElement(MacroDef.TemplateElement element)
element - an element nested element.public void execute()
execute in class Taskpublic boolean similar(java.lang.Object obj)
obj - another definition
public boolean sameDefinition(java.lang.Object obj)
obj - another definition
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||