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 "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
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
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.ide |
logger
org.apache.tools.ant.taskdefs.optional.ide.VAJAntToolGUI.VAJBuildLogger logger
- Members
iEventHandler
org.apache.tools.ant.taskdefs.optional.ide.VAJAntToolGUI.PrivateEventHandler iEventHandler
iBuildInfo
org.apache.tools.ant.taskdefs.optional.ide.VAJBuildInfo iBuildInfo
- Members of the main-window
iAntMakeMenuBar
java.awt.MenuBar iAntMakeMenuBar
iFileMenu
java.awt.Menu iFileMenu
iSaveMenuItem
java.awt.MenuItem iSaveMenuItem
iMenuSeparator
java.awt.MenuItem iMenuSeparator
iShowLogMenuItem
java.awt.MenuItem iShowLogMenuItem
iHelpMenu
java.awt.Menu iHelpMenu
iAboutMenuItem
java.awt.MenuItem iAboutMenuItem
iContentsPane
java.awt.Panel iContentsPane
iOptionenPanel
java.awt.Panel iOptionenPanel
iCommandButtonPanel
java.awt.Panel iCommandButtonPanel
iProjectLabel
java.awt.Label iProjectLabel
iProjectText
java.awt.Label iProjectText
iBuildFileLabel
java.awt.Label iBuildFileLabel
iBuildFileTextField
java.awt.TextField iBuildFileTextField
iConnPtoP2Aligning
boolean iConnPtoP2Aligning
iBrowseButton
java.awt.Button iBrowseButton
iFileDialog
java.awt.FileDialog iFileDialog
iMessageOutputLevelChoice
java.awt.Choice iMessageOutputLevelChoice
iMessageOutputLevelLabel
java.awt.Label iMessageOutputLevelLabel
iTargetLabel
java.awt.Label iTargetLabel
iTargetList
java.awt.List iTargetList
iBuildButton
java.awt.Button iBuildButton
iReloadButton
java.awt.Button iReloadButton
iCloseButton
java.awt.Button iCloseButton
iMessageFrame
java.awt.Frame iMessageFrame
- log-Window
iMessageCommandPanel
java.awt.Panel iMessageCommandPanel
iMessageContentPanel
java.awt.Panel iMessageContentPanel
iMessageTextArea
java.awt.TextArea iMessageTextArea
iMessageOkButton
java.awt.Button iMessageOkButton
iMessageClearLogButton
java.awt.Button iMessageClearLogButton
iAboutDialog
java.awt.Dialog iAboutDialog
- About-dialog
iAboutDialogContentPanel
java.awt.Panel iAboutDialogContentPanel
iAboutInfoPanel
java.awt.Panel iAboutInfoPanel
iAboutCommandPanel
java.awt.Panel iAboutCommandPanel
iAboutTitleLabel
java.awt.Label iAboutTitleLabel
iAboutDevLabel
java.awt.Label iAboutDevLabel
iAboutContactLabel
java.awt.Label iAboutContactLabel
iAboutOkButton
java.awt.Button iAboutOkButton
iStopButton
java.awt.Button iStopButton
Package org.apache.tools.ant.taskdefs.optional.junit |
Package org.apache.tools.ant.taskdefs.optional.starteam |
Package org.apache.tools.ant.util |
initAllDone
boolean initAllDone
Package org.apache.tools.mail |
Copyright ? 2000-2011 Apache Software Foundation. All Rights Reserved.