Package org.apache.tools.ant.taskdefs

Interface Summary
ExecuteStreamHandler Used by Execute to handle input and output stream of subprocesses.
XSLTLiaison Proxy interface for XSLT processors.
 

Class Summary
Ant Call Ant in a sub-project
AntStructure Creates a partial DTD for Ant from the currently known tasks.
Available Will set the given property if the requested resource is available at runtime.
CallTarget Call another target in the same project.
Chmod Chmod equivalent for unix-like environments.
CompileTask Deprecated. use <taskdef> elements nested into <target>s instead
ConditionTask <condition> task as a generalization of <available> and <uptodate>
Copy A consolidated copy task.
Copydir Deprecated. The copydir task is deprecated.
Copyfile Deprecated. The copyfile task is deprecated.
Cvs  
CVSPass CVSLogin Adds an new entry to a CVS password file
Definer Base class for Taskdef and Typedef - does all the classpath handling and and class loading.
Delete Deletes a file or directory, or set of files defined by a fileset.
Deltree Deprecated. The deltree task is deprecated.
DependSet A Task to record explicit dependencies.
Ear Creates a EAR archive.
Echo Echo
Echo.EchoLevel  
Exec Executes a given command if the os platform is appropriate.
ExecTask Executes a given command if the os platform is appropriate.
Execute Runs an external program.
ExecuteJava  
ExecuteOn Executes a given command, supplying a set of files as arguments.
ExecuteOn.FileDirBoth Enumerated attribute with the values "file", "dir" and "both" for the type attribute.
ExecuteWatchdog Destroys a process running for too long.
Exit Just exit the active build, giving an additional message if available.
Expand Unzip a file.
Filter This task sets a token filter that is used by the file copy methods of the project to do token substitution, or sets mutiple tokens by reading these from a file.
FixCRLF Task to convert text source files to local OS formatting conventions, as well as repair text files damaged by misconfigured or misguided editors or file transfer programs.
FixCRLF.AddAsisRemove Enumerated attribute with the values "asis", "add" and "remove".
FixCRLF.CrLf Enumerated attribute with the values "asis", "cr", "lf" and "crlf".
GenerateKey Generates a key.
GenerateKey.DistinguishedName  
GenerateKey.DnameParam  
Get Get a particular file from a URL source.
GUnzip Expands a file that has been compressed with the GZIP algorightm.
GZip Compresses a file with the GZIP algorightm.
Jar Creates a JAR archive.
Java This task acts as a loader for java applications but allows to use the same JVM for the called application thus resulting in much faster operation.
Javac Task to compile Java source files.
Javadoc This task makes it easy to generate Javadoc documentation for a collection of source code.
Javadoc.AccessType  
Javadoc.Html  
Javadoc.PackageName  
Javadoc.SourceFile  
Jikes Deprecated. merged into the class Javac.
JikesOutputParser Deprecated. use Jikes' exit value to detect compilation failure.
KeySubst Deprecated. KeySubst is deprecated.
LogOutputStream Logs each line written to this stream to the log system of ant.
LogStreamHandler Logs standard output and error of a subprocess to the log system of ant.
Manifest Class to manage Manifest information
Manifest.Attribute Class to hold manifest attributes
Manifest.Section Class to represent an individual section in the Manifest.
MatchingTask This is an abstract task that should be used by all those tasks that require to include or exclude files based on pattern matching.
Mkdir Creates a given directory.
Move Moves a file or directory to a new file or directory.
Parallel Implements a multi threaded task execution.
Patch Task as a layer on top of patch.
PathConvert This task converts path and classpath information to a specific target OS format.
Property Will set a Project property.
PumpStreamHandler Copies standard output and error of subprocesses to standard output and error of the parent process.
Recorder This task is the manager for RecorderEntry's.
Recorder.ActionChoices A list of possible values for the setAction() method.
Recorder.VerbosityLevelChoices A list of possible values for the setLoglevel() method.
RecorderEntry This is a class that represents a recorder.
Rename Deprecated. The rename task is deprecated.
Replace Replaces all occurrences of one or more string tokens with given values in the indicated files.
Rmic Task to compile RMI stubs and skeletons.
SendEmail A task to send SMTP email.
Sequential Implements a single threaded task execution.
SignJar Sign a archive.
Sleep A task to sleep for a period of time
SQLExec Reads in a text file containing SQL statements seperated with semicolons and executes it in a given db.
SQLExec.DelimiterType  
SQLExec.OnError Enumerated attribute with the values "continue", "stop" and "abort" for the onerror attribute.
StreamPumper Copies all data from an input stream to an output stream.
Tar Creates a TAR archive.
Tar.TarFileSet  
Taskdef Define a new task.
TaskOutputStream Deprecated. use LogOutputStream instead.
Touch Touch a file and/or fileset(s) -- corresponds to the Unix touch command.
Transform Has been merged into ExecuteOn, empty class for backwards compatibility.
Tstamp Sets TSTAMP, DSTAMP and TODAY
Typedef Define a new data type.
Untar Untar a file.
UpToDate Will set the given property if the specified target has a timestamp greater than all of the source files.
War Creates a WAR archive.
XSLTProcess A Task to process via XSLT a set of XML documents.
Zip Create a ZIP archive.
Zip.WhenEmpty Possible behaviors when there are no matching files for the task.
 

Exception Summary
ManifestException Exception thrown indicating problems in a JAR Manifest
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.