| |
|
| org.apache.tools.ant.Task org.apache.tools.ant.taskdefs.AntlibDefinition org.apache.tools.ant.taskdefs.MacroDef
Inner Class :public static class NestedSequential implements TaskContainer | |
Inner Class :public static class Attribute | |
Inner Class :public static class Text | |
Inner Class :public static class TemplateElement | |
addConfiguredAttribute | public void addConfiguredAttribute(Attribute attribute)(Code) | | Add an attribute element.
Parameters: attribute - an attribute nested element. |
addConfiguredElement | public void addConfiguredElement(TemplateElement element)(Code) | | Add an element element.
Parameters: element - an element nested element. |
addConfiguredText | public void addConfiguredText(Text text)(Code) | | Add the text element.
Parameters: text - the nested text element to add since: ant 1.6.1 |
createSequential | public NestedSequential createSequential()(Code) | | This is the sequential nested element of the macrodef.
a sequential element to be configured. |
execute | public void execute()(Code) | | Create a new ant type based on the embedded tasks and types.
|
getAttributes | public List getAttributes()(Code) | | Gets this macro's attribute (and define?) list.
the nested Attributes |
getBackTrace | public boolean getBackTrace()(Code) | | the backTrace attribute. since: ant 1.7 |
getElements | public Map getElements()(Code) | | Gets this macro's elements.
the map nested elements, keyed by element name, withTemplateElement values. |
getNestedTask | public UnknownElement getNestedTask()(Code) | | Convert the nested sequential to an unknown element
the nested sequential as an unknown element. |
getText | public Text getText()(Code) | | the nested text element since: ant 1.6.1 |
isValidNameCharacter | public static boolean isValidNameCharacter(char c)(Code) | | Check if a character is a valid character for an element or
attribute name.
Parameters: c - the character to check true if the character is a letter or digit or '.' or '-'attribute name |
sameDefinition | public boolean sameDefinition(Object obj)(Code) | | Equality method for this definition
Parameters: obj - another definition true if the definitions are the same |
setBackTrace | public void setBackTrace(boolean backTrace)(Code) | | Set the backTrace attribute.
Parameters: backTrace - if true and the macro instance generatesan error, a backtrace of the location withinthe macro and call to the macro will be output.if false, only the location of the call to themacro will be shown. Default is true. since: ant 1.7 |
setName | public void setName(String name)(Code) | | Name of the definition
Parameters: name - the name of the definition |
similar | public boolean similar(Object obj)(Code) | | Similar method for this definition
Parameters: obj - another definition true if the definitions are similar |
|
|
|