Serialized Form
- 
Package org.apache.tools.ant- 
Class org.apache.tools.ant.BuildEventclass BuildEvent extends EventObject implements Serializable- serialVersionUID:
- 4538050075952288486L
 - 
Serialized Fields- 
exceptionThrowable exception The exception associated with this event, if any. This is only used for "messageLogged", "taskFinished", "targetFinished", and "buildFinished" events.
- 
messageString message Message associated with the event. This is only used for "messageLogged" events.
- 
priorityint priority The priority of the message, for "messageLogged" events.
- 
projectProject project Project which emitted the event.
- 
targetTarget target Target which emitted the event, if specified.
- 
taskTask task Task which emitted the event, if specified.
 
- 
 
- 
Exception Class org.apache.tools.ant.BuildExceptionclass BuildException extends RuntimeException implements Serializable- serialVersionUID:
- -5419014565354664240L
 - 
Serialized Fields- 
locationLocation location Location in the build file where the exception occurred
 
- 
 
- 
Exception Class org.apache.tools.ant.ExitExceptionclass ExitException extends SecurityException implements Serializable- serialVersionUID:
- 2772487854280543363L
 - 
Serialized Fields- 
statusint status Status code
 
- 
 
- 
Exception Class org.apache.tools.ant.ExitStatusExceptionclass ExitStatusException extends BuildException implements Serializable- serialVersionUID:
- 7760846806886585968L
 - 
Serialized Fields- 
statusint status Status code
 
- 
 
- 
Class org.apache.tools.ant.Locationclass Location extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
columnNumberint columnNumber Column number within the file.
- 
fileNameString fileName Name of the file.
- 
lineNumberint lineNumber Line number within the file.
 
- 
 
- 
Class org.apache.tools.ant.RuntimeConfigurableclass RuntimeConfigurable extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
attributeMapLinkedHashMap<String, Object> 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.
- 
charactersStringBuffer characters Text appearing within the element.
- 
childrenList<RuntimeConfigurable> children List of child element wrappers.
- 
elementTagString elementTag Name of the element to configure.
- 
idString id the "id" of this Element if it has one
- 
polyTypeString polyType the polymorphic type
- 
proxyConfiguredboolean proxyConfigured Indicates if the wrapped object has been configured
 
- 
 
- 
Exception Class org.apache.tools.ant.UnsupportedAttributeExceptionclass UnsupportedAttributeException extends BuildException implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
attributeString attribute 
 
- 
 
- 
Exception Class org.apache.tools.ant.UnsupportedElementExceptionclass UnsupportedElementException extends BuildException implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
elementString element 
 
- 
 
 
- 
- 
Package org.apache.tools.ant.launch- 
Exception Class org.apache.tools.ant.launch.LaunchExceptionclass LaunchException extends Exception implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.tools.ant.taskdefs- 
Exception Class org.apache.tools.ant.taskdefs.ManifestExceptionclass ManifestException extends Exception implements Serializable- serialVersionUID:
- 7685634200457515207L
 
 
- 
- 
Package org.apache.tools.ant.taskdefs.optional.ejb- 
Exception Class org.apache.tools.ant.taskdefs.optional.ejb.IPlanetEjbc.EjbcExceptionclass EjbcException extends Exception implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.tools.ant.taskdefs.optional.junit- 
Class org.apache.tools.ant.taskdefs.optional.junit.CustomJUnit4TestAdapterCacheclass CustomJUnit4TestAdapterCache extends junit.framework.JUnit4TestAdapterCache implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.tools.ant.taskdefs.optional.junit.DOMUtil.NodeListImpl- serialVersionUID:
- 3175749150080946423L
 
 
- 
- 
Package org.apache.tools.ant.taskdefs.optional.net- 
Class org.apache.tools.ant.taskdefs.optional.net.FTP.FTPFileProxyclass FTPFileProxy extends File implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.tools.ant.taskdefs.optional.net.FTPTaskMirrorImpl.FTPFileProxyclass FTPFileProxy extends File implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.tools.ant.taskdefs.optional.testing- 
Exception Class org.apache.tools.ant.taskdefs.optional.testing.BuildTimeoutExceptionclass BuildTimeoutException extends BuildException implements Serializable- serialVersionUID:
- -8057644603246297562L
 
 
- 
- 
Package org.apache.tools.ant.types.resources- 
Exception Class org.apache.tools.ant.types.resources.ImmutableResourceExceptionclass ImmutableResourceException extends IOException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.tools.ant.util- 
Class org.apache.tools.ant.util.IdentityStack- serialVersionUID:
- -5555522620060077046L
 
- 
Class org.apache.tools.ant.util.LayoutPreservingPropertiesclass LayoutPreservingProperties extends Properties implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
eolString eol 
- 
keyedPairLinesMap<String, Integer> keyedPairLines Position in thelogicalLineslist, keyed by property name.
- 
logicalLinesList<org.apache.tools.ant.util.LayoutPreservingProperties.LogicalLine> logicalLines Logical lines have escaping and line continuation taken care of. Comments and blank lines are logical lines; they are not removed.
- 
removeCommentsboolean removeComments Flag to indicate that, when we remove a property from the file, we also want to remove the comments that precede it.
 
- 
 
- 
Class org.apache.tools.ant.util.LazyHashtable- 
Serialized Fields- 
initAllDoneboolean initAllDone Deprecated.
 
- 
 
- 
- 
Class org.apache.tools.ant.util.LinkedHashtable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
mapLinkedHashMap<K, V> map 
 
- 
 
- 
Exception Class org.apache.tools.ant.util.ResourceUtils.ReadOnlyTargetFileExceptionclass ReadOnlyTargetFileException extends IOException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.tools.ant.util.VectorSet- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.tools.mail- 
Exception Class org.apache.tools.mail.ErrorInQuitExceptionclass ErrorInQuitException extends IOException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.tools.zip- 
Exception Class org.apache.tools.zip.UnsupportedZipFeatureExceptionclass UnsupportedZipFeatureException extends ZipException implements Serializable- serialVersionUID:
- 20161221L
 - 
Serialized Fields- 
reasonUnsupportedZipFeatureException.Feature reason 
 
- 
 
- 
Class org.apache.tools.zip.UnsupportedZipFeatureException.Featureclass Feature extends Object implements Serializable- 
Serialized Fields- 
nameString name 
 
- 
 
- 
- 
Exception Class org.apache.tools.zip.Zip64RequiredExceptionclass Zip64RequiredException extends ZipException implements Serializable- serialVersionUID:
- 20110809L
 
 
-