Serialized Form
Package org.apache.tools.ant |
serialVersionUID: 4538050075952288486L
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.
serialVersionUID: -5419014565354664240L
location
Location location
- Location in the build file where the exception occurred
serialVersionUID: 2772487854280543363L
status
int status
- Status code
serialVersionUID: 7760846806886585968L
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.
serialVersionUID: 1L
elementTag
java.lang.String elementTag
- Name of the element to configure.
children
java.util.List<E> children
- List of child element wrappers.
attributeMap
java.util.LinkedHashMap<K,V> attributeMap
- 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 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.
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 |
serialVersionUID: 7685634200457515207L
Package org.apache.tools.ant.taskdefs.optional.ejb |
Package org.apache.tools.ant.taskdefs.optional.junit |
serialVersionUID: 3175749150080946423L
Package org.apache.tools.ant.taskdefs.optional.net |
file
org.apache.commons.net.ftp.FTPFile file
parts
java.lang.String[] parts
name
java.lang.String name
file
org.apache.commons.net.ftp.FTPFile file
parts
java.lang.String[] parts
name
java.lang.String name
Package org.apache.tools.ant.taskdefs.optional.testing |
serialVersionUID: -8057644603246297562L
Package org.apache.tools.ant.types.resources |
Package org.apache.tools.ant.util |
serialVersionUID: -5555522620060077046L
LS
java.lang.String LS
logicalLines
java.util.ArrayList<E> logicalLines
- Logical lines have escaping and line continuation taken care
of. Comments and blank lines are logical lines; they are not
removed.
keyedPairLines
java.util.HashMap<K,V> keyedPairLines
- Position in the
logicalLines
list, keyed by property name.
removeComments
boolean removeComments
- Flag to indicate that, when we remove a property from the file, we
also want to remove the comments that precede it.
initAllDone
boolean initAllDone
map
java.util.LinkedHashMap<K,V> map
set
java.util.HashSet<E> set
Package org.apache.tools.mail |