Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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.
XSLTLiaison2 Extended Proxy interface for XSLT processors.
XSLTLogger  
XSLTLoggerAware  
 

Class Summary
AbstractCvsTask original Cvs.java 1.20 NOTE: This implementation has been moved here from Cvs.java with the addition of some accessors for extensibility.
AbstractCvsTaskTest  
Ant Build a sub-project.
Ant.Reference Helper class that implements the nested <reference> element of <ant> and <antcall>.
Antlib Antlib task.
AntlibDefinition Base class for tasks that that can be used in antlibs.
AntlibTest  
AntlibTest.MyTask  
AntlibTest.MyTask2  
AntLikeTasksAtTopLevelTest  
AntStructure Creates a partial DTD for Ant from the currently known tasks.
AntStructureTest  
AntTest  
Available Will set the given property if the requested resource is available at runtime.
Available.FileDir EnumeratedAttribute covering the file types to be checked for, either file or dir.
AvailableTest  
Basename Sets a property to the base name of a specified file, optionally minus a suffix.
BasenameTest  
BuildNumber Read, increment, and write a build number in a file It will first attempt to read a build number from a file, then set the property "build.number" to the value that was read in (or 0 if no such value).
BUnzip2 Expands a file that has been compressed with the BZIP2 algorithm.
BUnzip2Test  
BZip2 Compresses a file with the BZIP2 algorithm.
BZip2Test  
CallTarget Call another target in the same project.
CallTargetTest  
Checksum Used to create or verify file checksums.
ChecksumTest  
Chmod Chmod equivalent for unix-like environments.
Concat This class contains the 'concat' task, used to concatenate a series of files into a single stream.
Concat.TextElement sub element points to a file or contains text
ConcatTest A test class for the 'concat' task, used to concatenate a series of files into a single stream.
ConditionTask Task to set a property conditionally using <uptodate>, <available>, and many other supported conditions.
ConditionTest  
Copy Copies a file or directory to a new file or directory.
Copydir Deprecated. The copydir task is deprecated since Ant 1.2.
CopydirTest  
Copyfile Deprecated. The copyfile task is deprecated since Ant 1.2.
CopyfileTest  
CopyTest Tests FileSet using the Copy task.
Cvs Performs operations on a CVS repository.
CVSPass Adds an new entry to a CVS password file.
CVSPassTest Tests CVSLogin task.
DefaultExcludes Alters the default excludes for the entire build..
DefaultExcludesTest  
DefBase Base class for Definitions handling uri and class loading.
Definer Base class for Taskdef and Typedef - handles all the attributes for Typedef.
Definer.Format Enumerated type for format attribute
Definer.OnError Enumerated type for onError attribute
Definer.ResourceStack  
Delete Deletes a file or directory, or set of files defined by a fileset.
DeleteTest  
Deltree Deprecated. The deltree task is deprecated since Ant 1.2.
DeltreeTest  
DemuxOutputTask A simple task that prints to System.out and System.err and then catches the output which it then checks.
DependSet Examines and removes out of date target files.
DependSetTest Tests DependSet.
Dirname Determines the directory name of the specified file.
DirnameTest  
DynamicTask  
DynamicTest  
Ear Creates a EAR archive.
Echo Writes a message to the Ant logging facilities.
Echo.EchoLevel The enumerated values for the level attribute.
EchoTest  
Exec Deprecated. delegate to Execute instead.
ExecTask Executes a given command if the os platform is appropriate.
ExecTaskTest Unit test for the <exec> task.
ExecTaskTest.MonitoredBuild  
Execute Runs an external program.
Execute.CommandLauncher A command launcher for a particular JVM/OS platform.
Execute.CommandLauncherProxy A command launcher that proxies another command launcher.
Execute.Java11CommandLauncher A command launcher for JDK/JRE 1.1 under Windows.
Execute.Java13CommandLauncher A command launcher for JDK/JRE 1.3 (and higher).
Execute.MacCommandLauncher A command launcher for Mac that uses a dodgy mechanism to change working directory before launching commands.
Execute.OS2CommandLauncher A command launcher for OS/2 that uses 'cmd.exe' when launching commands in directories other than the current working directory.
Execute.PerlScriptCommandLauncher A command launcher that uses an auxiliary perl script to launch commands in directories other than the current working directory.
Execute.ScriptCommandLauncher A command launcher that uses an auxiliary script to launch commands in directories other than the current working directory.
Execute.VmsCommandLauncher A command launcher for VMS that writes the command to a temporary DCL script before launching commands.
Execute.WinNTCommandLauncher A command launcher for Windows XP/2000/NT that uses 'cmd.exe' when launching commands in directories other than the current working directory.
ExecuteJava  
ExecuteJavaTest Simple testcase for the ExecuteJava class - mostly stolen from ExecuteWatchdogTest.
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.
ExecuteOnTest Unit test for the <apply> task.
ExecuteWatchdog Destroys a process running for too long.
ExecuteWatchdogTest Simple testcase for the ExecuteWatchdog class.
Exit Exits the active build, giving an additional message if available.
Expand Unzip a file.
FailTest  
FileSize Determines the size of a file and sets a Project property.
Filter Sets a token filter that is used by the file copy tasks to do token substitution.
FilterTest  
FixCRLF Converts 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".
FixCrLfTest  
GenerateKey Generates a key in a keystore.
GenerateKey.DistinguishedName  
GenerateKey.DnameParam  
Get Gets a particular file from a URL source.
Get.Base64Converter BASE 64 encoding of a String or an array of bytes.
GetTest  
GUnzip Expands a file that has been compressed with the GZIP algorithm.
GUnzipTest  
GZip Compresses a file with the GZIP algorithm.
GzipTest  
ImportTask Task to import another build file into the current project.
ImportTest  
InitializeClassTest Test to see if static initializers are invoked the same way when is invoked in forked and unforked modes.
Input Reads an input line from the console.
InputTest  
Jar Creates a JAR archive.
Jar.FilesetManifestConfig  
JarTest  
Java Launcher for Java applications.
Javac Compiles Java source files.
JavacTest Testcase for .
Javadoc Generates Javadoc documentation for a collection of source code.
Javadoc.AccessType EnumeratedAttribute implementation supporting the javadoc scoping values.
Javadoc.ExtensionInfo A project aware class used for Javadoc extensions which take a name and a path such as doclet and taglet arguments.
Javadoc.Html An HTML element in the javadoc.
Javadoc.PackageName Used to track info about the packages to be javadoc'd
Javadoc.SourceFile This class is used to manage the source files to be processed.
JavaTest stress out java task
JavaTest.EntryPoint entry point class with no dependencies other than normal JRE runtime
JavaTest.ExceptingEntryPoint entry point class with no dependencies other than normal JRE runtime
JavaTest.PipeEntryPoint entry point class to pipe System.in to the specified stream: "out", "err", or "both".
JavaTest.SpawnEntryPoint test class for spawn
JDBCTask Handles JDBC configuration needed by SQL type tasks.
Jikes Deprecated. merged into the class Javac.
JikesOutputParser Deprecated. use Jikes' exit value to detect compilation failure.
KeySubst Deprecated. KeySubst is deprecated since Ant 1.1.
LoadFile Load a file into a property
LoadFileTest Test the load file task
LoadProperties Load a file's contents as Ant properties.
LoadPropertiesTest  
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.
MacroDef Describe class MacroDef here.
MacroDef.Attribute A nested element for the MacroDef task.
MacroDef.MyAntTypeDefinition extends AntTypeDefinition, on create of the object, the template macro definition is given.
MacroDef.NestedSequential The class corresponding to the sequential nested element.
MacroDef.TemplateElement A nested element for the MacroDef task.
MacroDef.Text A nested text element for the MacroDef task.
MacroDefTest  
MacroInstance The class to be placed in the ant type definition.
MacroInstance.Element Embedded element in macro instance
Manifest Holds the data of a jar manifest.
Manifest.Attribute An attribute for the manifest.
Manifest.Section A manifest section - you can nest attribute elements into sections.
ManifestTask Creates a manifest file for inclusion in a JAR, Ant task wrapper around Manifest.
ManifestTask.Mode Helper class for Manifest's mode attribute.
ManifestTest Testcase for the Manifest class used in the jar task.
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.
MkdirTest  
Move Moves a file or directory to a new file or directory.
MoveTest Tests the Move task.
MultiMapTest  
MultiMapTest.TestMapper  
Nice A task to provide "nice-ness" to the current thread, and/or to query the current value.
Pack Abstract Base class for pack tasks.
Parallel Executes the contained tasks in separate threads, continuing once all are completed.
Parallel.TaskList Class which holds a list of tasks to execute
ParallelTest Test of the parallel TaskContainer
Patch Patches a file by applying a 'diff' file to it; requires "patch" to be on the execution path.
PathConvert Converts path and classpath information to a specific target OS format.
PathConvert.TargetOs an enumeration of supported targets: windows", "unix", "netware", and "os/2".
PathConvertTest Unit test for the <pathconvert> task.
PreSetDef The preset definition task generates a new definition based on a current definition with some attributes or elements preset.
PreSetDef.PreSetDefinition This class contains the unknown element and the object that is predefined.
PreSetDefTest  
PreSetDefTest.AntTypeTest A test class to check presetdef with add and addConfigured and ant-type
PreSetDefTest.DefaultTest A test class to check default properties
ProcessDestroyer Destroys all registered Processes when the VM exits.
ProcessDestroyerTest  
Property Sets a property by name, or set of properties (from file or resource) in the project.
PropertyTest  
PumpStreamHandler Copies standard output and error of subprocesses to standard output and error of the parent process.
Recorder Adds a listener to the current build process that records the output to a file.
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.
Redirector The Redirector class manages the setup and connection of input and output redirection for an Ant task.
Rename Deprecated. The rename task is deprecated since Ant 1.2.
RenameTest  
Replace Replaces all occurrences of one or more string tokens with given values in the indicated files.
ReplaceTest  
Rmic Runs the rmic compiler against classes.
RmicTest Testcase for .
SendEmail A task to send SMTP email.
Sequential Sequential is a container task - it can contain other Ant tasks.
SignJar Signs JAR or ZIP files with the javasign command line tool.
SignJarTest Testcase for the Signjar task
Sleep Sleep, or pause, for a period of time.
SleepTest  
SleepTest.Timer inner timer class
SQLExec Executes a series of SQL statements on a database using JDBC.
SQLExec.DelimiterType delimiters we support, "normal" and "row"
SQLExec.OnError The action a task should perform on an error, one of "continue", "stop" and "abort"
SQLExecTest Simple testcase to test for driver caching.
SQLExecTest.NullDriver  
StreamPumper Copies all data from an input stream to an output stream.
StyleTest TestCases for