Package org.apache.tools.ant.taskdefs
Class MacroInstance.Element
java.lang.Object
org.apache.tools.ant.taskdefs.MacroInstance.Element
- All Implemented Interfaces:
TaskContainer
- Enclosing class:
MacroInstance
Embedded element in macro instance
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add an unknown element (to be snipped into the macroDef instance)
-
Constructor Details
-
Element
public Element()
-
-
Method Details
-
addTask
Add an unknown element (to be snipped into the macroDef instance)- Specified by:
addTask
in interfaceTaskContainer
- Parameters:
nestedTask
- an unknown element
-
getUnknownElements
-