Serialized Form
Package org.apache.tools.ant |
project
Project project
- Project which emitted the event.
target
Target target
- Target which emitted the event, if specified.
task
Task task
- Task which emitted the event, if specified.
message
java.lang.String message
- Message associated with the event. This is only used for
"messageLogged" events.
priority
int priority
- The priority of the message, for "messageLogged" events.
exception
java.lang.Throwable exception
- The exception associated with this event, if any.
This is only used for "messageLogged", "taskFinished", "targetFinished",
and "buildFinished" events.
cause
java.lang.Throwable cause
- Exception that might have caused this one.
location
Location location
- Location in the build file where the exception occurred
status
int status
- Status code
status
int status
- Status code
fileName
java.lang.String fileName
- Name of the file.
lineNumber
int lineNumber
- Line number within the file.
columnNumber
int columnNumber
- Column number within the file.
elementTag
java.lang.String elementTag
- Name of the element to configure.
children
java.util.List<E> children
- List of child element wrappers.
attributeNames
java.util.List<E> attributeNames
- Attribute names and values. While the XML spec doesn't require
preserving the order ( AFAIK ), some ant tests do rely on the
exact order. The following code is copied from AttributeImpl.
We could also just use SAX2 Attributes and convert to SAX1 ( DOM
attribute Nodes can also be stored in SAX2 Attributes )
XXX under JDK 1.4 you can just use a LinkedHashMap for this purpose -jglick
The only exception to this order is the treatment of
refid. A number of datatypes check if refid is set
when other attributes are set. This check will not
work if the build script has the other attribute before
the "refid" attribute, so now (ANT 1.7) the refid
attribute will be processed first.
attributeMap
java.util.Map<K,V> attributeMap
- Map of attribute names to values
characters
java.lang.StringBuffer characters
- Text appearing within the element.
proxyConfigured
boolean proxyConfigured
- Indicates if the wrapped object has been configured
polyType
java.lang.String polyType
- the polymorphic type
id
java.lang.String id
- the "id" of this Element if it has one
attribute
java.lang.String attribute
element
java.lang.String element
Package org.apache.tools.ant.launch |
Package org.apache.tools.ant.taskdefs |
Package org.apache.tools.ant.taskdefs.optional.ejb |
Package org.apache.tools.ant.taskdefs.optional.junit |
Package org.apache.tools.ant.taskdefs.optional.starteam |
Package org.apache.tools.ant.types.resources |
Package org.apache.tools.ant.util |
initAllDone
boolean initAllDone
Package org.apache.tools.mail |