A B C D E F G H I J K L M N O P Q R S T U V W X Z

A

accept(File, String) - Method in class org.apache.tools.ant.DesirableFilter
Test the given filename to determine whether or not it's desirable.
addArguments(String[]) - Method in class org.apache.tools.ant.types.Commandline
 
addBuildListener(BuildListener) - Method in class org.apache.tools.ant.Project
 
addChild(RuntimeConfigurable) - Method in class org.apache.tools.ant.RuntimeConfigurable
Adds child elements to the wrapped element.
addChild(UnknownElement) - Method in class org.apache.tools.ant.UnknownElement
 
addDataType(RuntimeConfigurable) - Method in class org.apache.tools.ant.Target
 
addDataTypeDefinition(String, Class) - Method in class org.apache.tools.ant.Project
 
addDefaultExcludes() - Method in interface org.apache.tools.ant.FileScanner
Adds an array with default exclusions to the current exclusions set.
addDefaultExcludes() - Method in class org.apache.tools.ant.DirectoryScanner
Adds the array with default exclusions to the current exclusions set.
addDefinition(String, Class) - Method in class org.apache.tools.ant.taskdefs.Definer
 
addDependency(String) - Method in class org.apache.tools.ant.Target
 
addExisting(Path) - Method in class org.apache.tools.ant.types.Path
Adds the components on the given path which exist to this Path.
addExtdirsToClasspath(Path) - Method in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
Emulation of extdirs feature in java >= 1.2.
addExtdirsToClasspath(Path) - Method in class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter
Emulation of extdirs feature in java >= 1.2.
addFileset(FileSet) - Method in class org.apache.tools.ant.types.Path
Adds a nested <fileset> element.
addFilter(FilterSet.Filter) - Method in class org.apache.tools.ant.types.FilterSet
Create a new filter
addFilter(String, String) - Method in class org.apache.tools.ant.Project
Deprecated.  
addFilter(String, String) - Method in class org.apache.tools.ant.types.FilterSet
Add a new filter made from the given token and value.
addFilterSet(FilterSet) - Method in class org.apache.tools.ant.types.FilterSetCollection
 
addFilterSet(FilterSet) - Method in class org.apache.tools.ant.types.FilterSet
Add a Filterset to this filter set
addLoaderPackageRoot(String) - Method in class org.apache.tools.ant.AntClassLoader
Add a package root to the list of packages which must be loaded using this loader.
addOrReplaceTarget(String, Target) - Method in class org.apache.tools.ant.Project
 
addOrReplaceTarget(Target) - Method in class org.apache.tools.ant.Project
 
addPathElement(String) - Method in class org.apache.tools.ant.AntClassLoader
Add an element to the classpath to be searched
addReference(String, Object) - Method in class org.apache.tools.ant.Project
 
addSysproperty(Environment.Variable) - Method in class org.apache.tools.ant.types.CommandlineJava
 
addSystemPackageRoot(String) - Method in class org.apache.tools.ant.AntClassLoader
Add a package root to the list of packages which must be loaded on the parent loader.
addTarget(String, Target) - Method in class org.apache.tools.ant.Project
This call expects to add a new Target.
addTarget(Target) - Method in class org.apache.tools.ant.Project
This call expects to add a new Target.
addTask(Task) - Method in class org.apache.tools.ant.Target
 
addTask(Task) - Method in interface org.apache.tools.ant.TaskContainer
Add a task to this task container
addTaskDefinition(String, Class) - Method in class org.apache.tools.ant.Project
 
addText(char[], int, int) - Method in class org.apache.tools.ant.RuntimeConfigurable
Add characters from #PCDATA areas to the wrapped element.
addText(Project, Object, char[], int, int) - Static method in class org.apache.tools.ant.ProjectHelper
Adds the content of #PCDATA sections to an element.
addText(Project, Object, String) - Static method in class org.apache.tools.ant.ProjectHelper
Adds the content of #PCDATA sections to an element.
addText(Project, Object, String) - Method in class org.apache.tools.ant.IntrospectionHelper
Adds PCDATA areas.
addText(String) - Method in class org.apache.tools.ant.RuntimeConfigurable
Add characters from #PCDATA areas to the wrapped element.
addText(String) - Method in class org.apache.tools.ant.types.Description
Adds descriptive text to the project.
addVariable(Environment.Variable) - Method in class org.apache.tools.ant.types.Environment
 
Ant - class org.apache.tools.ant.taskdefs.Ant.
Call Ant in a sub-project
Ant() - Constructor for class org.apache.tools.ant.taskdefs.Ant
 
AntClassLoader - class org.apache.tools.ant.AntClassLoader.
Used to load classes within ant with a different claspath from that used to start ant.
AntClassLoader(ClassLoader, boolean) - Constructor for class org.apache.tools.ant.AntClassLoader
Create an empty class loader.
AntClassLoader(ClassLoader, Project, Path, boolean) - Constructor for class org.apache.tools.ant.AntClassLoader
Create a classloader for the given project using the classpath given.
AntClassLoader(Project, Path) - Constructor for class org.apache.tools.ant.AntClassLoader
Create a classloader for the given project using the classpath given.
AntClassLoader(Project, Path, boolean) - Constructor for class org.apache.tools.ant.AntClassLoader
Create a classloader for the given project using the classpath given.
append(Path) - Method in class org.apache.tools.ant.types.Path
Append the contents of the other Path instance to this.
append(PatternSet, Project) - Method in class org.apache.tools.ant.types.PatternSet
Adds the patterns of the other instance to this set.
attributes - Variable in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 

B

basedir - Variable in class org.apache.tools.ant.DirectoryScanner
The base directory which should be scanned.
bootclasspath - Variable in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 
BuildEvent - class org.apache.tools.ant.BuildEvent.
 
BuildEvent(Project) - Constructor for class org.apache.tools.ant.BuildEvent
Construct a BuildEvent for a project level event
BuildEvent(Target) - Constructor for class org.apache.tools.ant.BuildEvent
Construct a BuildEvent for a target level event
BuildEvent(Task) - Constructor for class org.apache.tools.ant.BuildEvent
Construct a BuildEvent for a task level event
BuildException - exception org.apache.tools.ant.BuildException.
Signals an error condition during a build.
BuildException() - Constructor for class org.apache.tools.ant.BuildException
Constructs a build exception with no descriptive information.
BuildException(String) - Constructor for class org.apache.tools.ant.BuildException
Constructs an exception with the given descriptive message.
BuildException(String, Location) - Constructor for class org.apache.tools.ant.BuildException
Constructs an exception with the given descriptive message and a location in a file.
BuildException(String, Throwable) - Constructor for class org.apache.tools.ant.BuildException
Constructs an exception with the given message and exception as a root cause.
BuildException(String, Throwable, Location) - Constructor for class org.apache.tools.ant.BuildException
Constructs an exception with the given message and exception as a root cause and a location in a file.
BuildException(Throwable) - Constructor for class org.apache.tools.ant.BuildException
Constructs an exception with the given exception as a root cause.
BuildException(Throwable, Location) - Constructor for class org.apache.tools.ant.BuildException
Constructs an exception with the given exception as a root cause and a location in a file.
buildFinished(BuildEvent) - Method in class org.apache.tools.ant.AntClassLoader
 
buildFinished(BuildEvent) - Method in class org.apache.tools.ant.DefaultLogger
Prints whether the build succeeded or failed, and any errors the occured during the build.
buildFinished(BuildEvent) - Method in interface org.apache.tools.ant.BuildListener
Fired after the last target has finished.
buildFinished(BuildEvent) - Method in class org.apache.tools.ant.IntrospectionHelper
 
buildFinished(BuildEvent) - Method in class org.apache.tools.ant.XmlLogger
 
buildFinished(BuildEvent) - Method in class org.apache.tools.ant.listener.Log4jListener
 
BuildListener - interface org.apache.tools.ant.BuildListener.
Classes that implement this interface will be notified when things happend during a build.
BuildLogger - interface org.apache.tools.ant.BuildLogger.
Interface used by Ant to log the build output.
buildStarted(BuildEvent) - Method in class org.apache.tools.ant.AntClassLoader
 
buildStarted(BuildEvent) - Method in class org.apache.tools.ant.DefaultLogger
 
buildStarted(BuildEvent) - Method in interface org.apache.tools.ant.BuildListener
Fired before any targets are started.
buildStarted(BuildEvent) - Method in class org.apache.tools.ant.IntrospectionHelper
 
buildStarted(BuildEvent) - Method in class org.apache.tools.ant.XmlLogger
 
buildStarted(BuildEvent) - Method in class org.apache.tools.ant.listener.Log4jListener
 

C

checked - Variable in class org.apache.tools.ant.types.DataType
Are we sure we don't hold circular references?
checkException() - Method in class org.apache.tools.ant.taskdefs.ExecuteWatchdog
This method will rethrow the exception that was possibly caught during the run of the process.
circularReference() - Method in class org.apache.tools.ant.types.DataType
Creates an exception that indicates the user has generated a loop of data types referencing each other.
classname - Variable in class org.apache.tools.ant.types.Mapper
 
classpath - Variable in class org.apache.tools.ant.types.Mapper
 
cleanup() - Method in class org.apache.tools.ant.AntClassLoader
 
cleanUp() - Method in class org.apache.tools.ant.taskdefs.ExecuteWatchdog
reset the monitor flag and the process.
clear() - Method in class org.apache.tools.ant.types.Commandline
Clear out the whole command line.
clearArgs() - Method in class org.apache.tools.ant.types.Commandline
Clear out the arguments but leave the executable in place for another operation.
clearJavaArgs() - Method in class org.apache.tools.ant.types.CommandlineJava
Clear out the java arguments.
clone() - Method in class org.apache.tools.ant.types.CommandlineJava
 
clone() - Method in class org.apache.tools.ant.types.CommandlineJava.SysProperties
 
clone() - Method in class org.apache.tools.ant.types.Path
Return a Path that holds the same elements as this instance.
clone() - Method in class org.apache.tools.ant.types.Commandline
 
close() - Method in class org.apache.tools.ant.DemuxOutputStream
Writes all remaining
Commandline - class org.apache.tools.ant.types.Commandline.
Commandline objects help handling command lines specifying processes to execute.
Commandline.Argument - class org.apache.tools.ant.types.Commandline.Argument.
Used for nested xml command line definitions.
Commandline.Argument(Commandline) - Constructor for class org.apache.tools.ant.types.Commandline.Argument
 
Commandline.Marker - class org.apache.tools.ant.types.Commandline.Marker.
Class to keep track of the position of an Argument.
Commandline() - Constructor for class org.apache.tools.ant.types.Commandline
 
Commandline(String) - Constructor for class org.apache.tools.ant.types.Commandline
 
CommandlineJava - class org.apache.tools.ant.types.CommandlineJava.
A representation of a Java command line that is nothing more than a composite of 2 Commandline.
CommandlineJava.SysProperties - class org.apache.tools.ant.types.CommandlineJava.SysProperties.
Specialized Environment class for System properties
CommandlineJava.SysProperties() - Constructor for class org.apache.tools.ant.types.CommandlineJava.SysProperties
 
CommandlineJava() - Constructor for class org.apache.tools.ant.types.CommandlineJava
 
compileClasspath - Variable in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 
compileList - Variable in class org.apache.tools.ant.taskdefs.Javac
 
compileList - Variable in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 
CompilerAdapter - interface org.apache.tools.ant.taskdefs.compilers.CompilerAdapter.
The interface that all compiler adapters must adher to.
concatSystemClasspath() - Method in class org.apache.tools.ant.types.Path
Concatenates the system class path in the order specified by the ${build.sysclasspath} property - using "last" as default value.
concatSystemClasspath(String) - Method in class org.apache.tools.ant.types.Path
Concatenates the system class path in the order specified by the ${build.sysclasspath} property - using the supplied value if ${build.sysclasspath} has not been set.
configure(Object, AttributeList, Project) - Static method in class org.apache.tools.ant.ProjectHelper
 
configureProject(Project, File) - Static method in class org.apache.tools.ant.ProjectHelper
Configures the Project with the contents of the specified XML file.
containsValue(String) - Method in class org.apache.tools.ant.types.EnumeratedAttribute
Is this value included in the enumeration?
copyFile(File, File) - Method in class org.apache.tools.ant.Project
Deprecated.  
copyFile(File, File) - Method in class org.apache.tools.ant.util.FileUtils
Convienence method to copy a file from a source to a destination.
copyFile(File, File, boolean) - Method in class org.apache.tools.ant.Project
Deprecated.  
copyFile(File, File, boolean, boolean) - Method in class org.apache.tools.ant.Project
Deprecated.  
copyFile(File, File, boolean, boolean, boolean) - Method in class org.apache.tools.ant.Project
Deprecated.  
copyFile(File, File, FilterSetCollection) - Method in class org.apache.tools.ant.util.FileUtils
Convienence method to copy a file from a source to a destination specifying if token filtering must be used.
copyFile(File, File, FilterSetCollection, boolean) - Method in class org.apache.tools.ant.util.FileUtils
Convienence method to copy a file from a source to a destination specifying if token filtering must be used and if source files may overwrite newer destination files.
copyFile(File, File, FilterSetCollection, boolean, boolean) - Method in class org.apache.tools.ant.util.FileUtils
Convienence method to copy a file from a source to a destination specifying if token filtering must be used, if source files may overwrite newer destination files and the last modified time of destFile file should be made equal to the last modified time of sourceFile.
copyFile(String, String) - Method in class org.apache.tools.ant.Project
Deprecated.  
copyFile(String, String) - Method in class org.apache.tools.ant.util.FileUtils
Convienence method to copy a file from a source to a destination.
copyFile(String, String, boolean) - Method in class org.apache.tools.ant.Project
Deprecated.  
copyFile(String, String, boolean, boolean) - Method in class org.apache.tools.ant.Project
Deprecated.  
copyFile(String, String, boolean, boolean, boolean) - Method in class org.apache.tools.ant.Project
Deprecated.  
copyFile(String, String, FilterSetCollection) - Method in class org.apache.tools.ant.util.FileUtils
Convienence method to copy a file from a source to a destination specifying if token filtering must be used.
copyFile(String, String, FilterSetCollection, boolean) - Method in class org.apache.tools.ant.util.FileUtils
Convienence method to copy a file from a source to a destination specifying if token filtering must be used and if source files may overwrite newer destination files.
copyFile(String, String, FilterSetCollection, boolean, boolean) - Method in class org.apache.tools.ant.util.FileUtils
Convienence method to copy a file from a source to a destination specifying if token filtering must be used, if source files may overwrite newer destination files and the last modified time of destFile file should be made equal to the last modified time of sourceFile.
couldHoldIncluded(String) - Method in class org.apache.tools.ant.DirectoryScanner
Tests whether a name matches the start of at least one include pattern.
createArgument() - Method in class org.apache.tools.ant.types.CommandlineJava
 
createArgument() - Method in class org.apache.tools.ant.types.Commandline
Creates an argument object.
createBootclasspath() - Method in class org.apache.tools.ant.taskdefs.Javac
Maybe creates a nested classpath element.
createClasspath() - Method in class org.apache.tools.ant.taskdefs.Rmic
Creates a nested classpath element.
createClasspath() - Method in class org.apache.tools.ant.taskdefs.Javac
Maybe creates a nested classpath element.
createClasspath() - Method in class org.apache.tools.ant.taskdefs.Definer
 
createClasspath() - Method in class org.apache.tools.ant.types.Mapper
Set the classpath to load the FileNameMapper through (nested element).
createClasspath(Project) - Method in class org.apache.tools.ant.types.CommandlineJava
 
createDataType(String) - Method in class org.apache.tools.ant.Project
 
createElement(Project, Object, String) - Method in class org.apache.tools.ant.IntrospectionHelper
Creates a named nested element.
createExclude() - Method in class org.apache.tools.ant.taskdefs.MatchingTask
add a name entry on the exclude list
createExclude() - Method in class org.apache.tools.ant.types.FileSet
add a name entry on the exclude list
createExclude() - Method in class org.apache.tools.ant.types.PatternSet
add a name entry on the exclude list
createExcludesFile() - Method in class org.apache.tools.ant.taskdefs.MatchingTask
add a name entry on the include files list
createExcludesFile() - Method in class org.apache.tools.ant.types.FileSet
add a name entry on the include files list
createExcludesFile() - Method in class org.apache.tools.ant.types.PatternSet
add a name entry on the exclude files list
createExtdirs() - Method in class org.apache.tools.ant.taskdefs.Rmic
Maybe creates a nested extdirs element.
createExtdirs() - Method in class org.apache.tools.ant.taskdefs.Javac
Maybe creates a nested classpath element.
createFiltersfile() - Method in class org.apache.tools.ant.types.FilterSet
Create a new FiltersFile
createInclude() - Method in class org.apache.tools.ant.taskdefs.MatchingTask
add a name entry on the include list
createInclude() - Method in class org.apache.tools.ant.types.FileSet
add a name entry on the include list
createInclude() - Method in class org.apache.tools.ant.types.PatternSet
add a name entry on the include list
createIncludesFile() - Method in class org.apache.tools.ant.taskdefs.MatchingTask
add a name entry on the include files list
createIncludesFile() - Method in class org.apache.tools.ant.types.FileSet
add a name entry on the include files list
createIncludesFile() - Method in class org.apache.tools.ant.types.PatternSet
add a name entry on the include files list
createInstance(String) - Method in class org.apache.tools.ant.util.regexp.RegexpMatcherFactory
 
createMarker() - Method in class org.apache.tools.ant.types.Commandline
Return a marker.
createPath() - Method in class org.apache.tools.ant.types.Path
Creates a nested <path> element.
createPathElement() - Method in class org.apache.tools.ant.types.Path
Creates the nested <pathelement> element.
createPatternSet() - Method in class org.apache.tools.ant.taskdefs.MatchingTask
add a set of patterns
createPatternSet() - Method in class org.apache.tools.ant.types.FileSet
 
createProperty() - Method in class org.apache.tools.ant.taskdefs.Ant
create a property to pass to the new project as a 'user property'
createSrc() - Method in class org.apache.tools.ant.taskdefs.Javac
Create a nested element for multiple source path support.
createTask(String) - Method in class org.apache.tools.ant.Project
 
createVmArgument() - Method in class org.apache.tools.ant.types.CommandlineJava
 

D

DataType - class org.apache.tools.ant.types.DataType.
Base class for those classes that can appear inside the build file as stand alone data types.
DataType() - Constructor for class org.apache.tools.ant.types.DataType
 
debug - Variable in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 
DEFAULT_TOKEN_END - Static variable in class org.apache.tools.ant.types.FilterSet
The default token end string
DEFAULT_TOKEN_START - Static variable in class org.apache.tools.ant.types.FilterSet
The default token start string
DefaultCompilerAdapter - class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter.
This is the default implementation for the CompilerAdapter interface.
DefaultCompilerAdapter() - Constructor for class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 
DEFAULTEXCLUDES - Static variable in class org.apache.tools.ant.DirectoryScanner
Patterns that should be excluded by default.
DefaultLogger - class org.apache.tools.ant.DefaultLogger.
Writes build event to a PrintStream.
DefaultLogger() - Constructor for class org.apache.tools.ant.DefaultLogger
 
DefaultRmicAdapter - class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter.
This is the default implementation for the RmicAdapter interface.
DefaultRmicAdapter() - Constructor for class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter
 
Definer - class org.apache.tools.ant.taskdefs.Definer.
Base class for Taskdef and Typedef - does all the classpath handling and and class loading.
Definer() - Constructor for class org.apache.tools.ant.taskdefs.Definer
 
demuxOutput(String, boolean) - Method in class org.apache.tools.ant.Project
 
DemuxOutputStream - class org.apache.tools.ant.DemuxOutputStream.
Logs content written by a thread and forwards the buffers onto the project object which will forward the content to the appropriate task
DemuxOutputStream(Project, boolean) - Constructor for class org.apache.tools.ant.DemuxOutputStream
Creates a new instance of this class.
depend - Variable in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 
deprecation - Variable in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 
description - Variable in class org.apache.tools.ant.Task
 
description - Variable in class org.apache.tools.ant.types.DataType
The descriptin the user has set.
Description - class org.apache.tools.ant.types.Description.
Description is used to provide a project-wide description element (that is, a description that applies to a buildfile as a whole).
Description() - Constructor for class org.apache.tools.ant.types.Description
 
DesirableFilter - class org.apache.tools.ant.DesirableFilter.
Filters filenames to determine whether or not the file is desirable.
DesirableFilter() - Constructor for class org.apache.tools.ant.DesirableFilter
 
destDir - Variable in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 
dieOnCircularReference(Stack, Project) - Method in class org.apache.tools.ant.types.DataType
Check to see whether any DataType we hold references to is included in the Stack (which holds all DataType instances that directly or indirectly reference this instance, including this instance itself).
dieOnCircularReference(Stack, Project) - Method in class org.apache.tools.ant.types.Path
Overrides the version of DataType to recurse on all DataType child elements that may have been added.
DirectoryScanner - class org.apache.tools.ant.DirectoryScanner.
Class for scanning a directory for files/directories that match a certain criteria.
DirectoryScanner() - Constructor for class org.apache.tools.ant.DirectoryScanner
Constructor.
dirsExcluded - Variable in class org.apache.tools.ant.DirectoryScanner
The files that where found and matched at least one includes, and also matched at least one excludes.
dirsIncluded - Variable in class org.apache.tools.ant.DirectoryScanner
The directories that where found and matched at least one includes, and matched no excludes.
dirsNotIncluded - Variable in class org.apache.tools.ant.DirectoryScanner
The directories that where found and did not match any includes.
DOMElementWriter - class org.apache.tools.ant.util.DOMElementWriter.
Writes a DOM tree to a given Writer.
DOMElementWriter() - Constructor for class org.apache.tools.ant.util.DOMElementWriter
 

E

emacsMode - Variable in class org.apache.tools.ant.DefaultLogger
 
encode(String) - Method in class org.apache.tools.ant.util.DOMElementWriter
Escape <, > & ' and " as their entities.
encoding - Variable in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 
EnumeratedAttribute - class org.apache.tools.ant.types.EnumeratedAttribute.
Helper class for attributes that can only take one of a fixed list of values.
EnumeratedAttribute() - Constructor for class org.apache.tools.ant.types.EnumeratedAttribute
 
Environment - class org.apache.tools.ant.types.Environment.
Wrapper for environment variables.
Environment.Variable - class org.apache.tools.ant.types.Environment.Variable.
 
Environment.Variable() - Constructor for class org.apache.tools.ant.types.Environment.Variable
 
Environment() - Constructor for class org.apache.tools.ant.types.Environment
 
err - Variable in class org.apache.tools.ant.DefaultLogger
 
evalName(Project) - Method in class org.apache.tools.ant.types.PatternSet.NameEntry
 
excludes - Variable in class org.apache.tools.ant.DirectoryScanner
The patterns for the files that should be excluded.
Execute - class org.apache.tools.ant.taskdefs.Execute.
Runs an external program.
execute() - Method in class org.apache.tools.ant.Task
Called by the project to let the task do it's work.
execute() - Method in class org.apache.tools.ant.TaskAdapter
Do the execution.
execute() - Method in class org.apache.tools.ant.Target
 
execute() - Method in class org.apache.tools.ant.UnknownElement
Called when the real task has been configured for the first time.
execute() - Method in class org.apache.tools.ant.taskdefs.Rmic
 
execute() - Method in class org.apache.tools.ant.taskdefs.Ant
Do the execution.
execute() - Method in class org.apache.tools.ant.taskdefs.Execute
Runs a process defined by the command line and returns its exit status.
execute() - Method in class org.apache.tools.ant.taskdefs.Javac
Executes the task.
execute() - Method in class org.apache.tools.ant.taskdefs.Definer
 
execute() - Method in interface org.apache.tools.ant.taskdefs.compilers.CompilerAdapter
Executes the task.
execute() - Method in interface org.apache.tools.ant.taskdefs.rmic.RmicAdapter
Executes the task.
Execute() - Constructor for class org.apache.tools.ant.taskdefs.Execute
Creates a new execute object using PumpStreamHandler for stream handling.
Execute(ExecuteStreamHandler) - Constructor for class org.apache.tools.ant.taskdefs.Execute
Creates a new execute object.
Execute(ExecuteStreamHandler, ExecuteWatchdog) - Constructor for class org.apache.tools.ant.taskdefs.Execute
Creates a new execute object.
execute(Project) - Method in class org.apache.tools.ant.taskdefs.ExecuteJava
 
executeExternalCompile(String[], int) - Method in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
Do the compile with the specified arguments.
ExecuteJava - class org.apache.tools.ant.taskdefs.ExecuteJava.
 
ExecuteJava() - Constructor for class org.apache.tools.ant.taskdefs.ExecuteJava
 
ExecuteStreamHandler - interface org.apache.tools.ant.taskdefs.ExecuteStreamHandler.
Used by Execute to handle input and output stream of subprocesses.
executeTarget(String) - Method in class org.apache.tools.ant.Project
 
executeTargets(Vector) - Method in class org.apache.tools.ant.Project
 
ExecuteWatchdog - class org.apache.tools.ant.taskdefs.ExecuteWatchdog.
Destroys a process running for too long.
ExecuteWatchdog(int) - Constructor for class org.apache.tools.ant.taskdefs.ExecuteWatchdog
Creates a new watchdog with a given timeout.
ExitException - exception org.apache.tools.ant.ExitException.
Used to report exit status of classes which call System.exit()
ExitException(int) - Constructor for class org.apache.tools.ant.ExitException
Constructs an exit exception.
extdirs - Variable in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 
extractVariablePart(String) - Method in class org.apache.tools.ant.util.GlobPatternMapper
Returns the part of the given string that matches the * in the "from" pattern.

F

failOnError - Variable in class org.apache.tools.ant.taskdefs.Javac
 
FileList - class org.apache.tools.ant.types.FileList.
FileList represents an explicitly named list of files.
FileList() - Constructor for class org.apache.tools.ant.types.FileList
 
FileList(FileList) - Constructor for class org.apache.tools.ant.types.FileList
 
FileNameMapper - interface org.apache.tools.ant.util.FileNameMapper.
Interface to be used by SourceFileScanner.
FileScanner - interface org.apache.tools.ant.FileScanner.
An interface used to describe the actions required by any type of directory scanner.
fileset - Variable in class org.apache.tools.ant.taskdefs.MatchingTask
 
FileSet - class org.apache.tools.ant.types.FileSet.
Moved out of MatchingTask to make it a standalone object that could be referenced (by scripts for example).
FileSet() - Constructor for class org.apache.tools.ant.types.FileSet
 
FileSet(FileSet) - Constructor for class org.apache.tools.ant.types.FileSet
 
filesExcluded - Variable in class org.apache.tools.ant.DirectoryScanner
The files that where found and matched at least one includes, and also matched at least one excludes.
filesIncluded - Variable in class org.apache.tools.ant.DirectoryScanner
The files that where found and matched at least one includes, and matched no excludes.
filesNotIncluded - Variable in class org.apache.tools.ant.DirectoryScanner
The files that where found and did not match any includes.
FileUtils - class org.apache.tools.ant.util.FileUtils.
This class also encapsulates methods which allow Files to be refered to using abstract path names which are translated to native system file paths at runtime as well as copying files or setting there last modification time.
FileUtils() - Constructor for class org.apache.tools.ant.util.FileUtils
Empty constructor.
FilterSet - class org.apache.tools.ant.types.FilterSet.
A set of filters to be applied to something.
FilterSet.Filter - class org.apache.tools.ant.types.FilterSet.Filter.
Individual filter component of filterset
FilterSet.Filter() - Constructor for class org.apache.tools.ant.types.FilterSet.Filter
No argument conmstructor
FilterSet.Filter(String, String) - Constructor for class org.apache.tools.ant.types.FilterSet.Filter
Constructor for the Filter object
FilterSet.FiltersFile - class org.apache.tools.ant.types.FilterSet.FiltersFile.
The filtersfile nested element.
FilterSet.FiltersFile(FilterSet) - Constructor for class org.apache.tools.ant.types.FilterSet.FiltersFile
Constructor for the Filter object
FilterSet() - Constructor for class org.apache.tools.ant.types.FilterSet
 
FilterSet(FilterSet) - Constructor for class org.apache.tools.ant.types.FilterSet
Create a Filterset from another filterset
FilterSetCollection - class org.apache.tools.ant.types.FilterSetCollection.
A FilterSetCollection is a collection of filtersets each of which may have a different start/end token settings.
FilterSetCollection() - Constructor for class org.apache.tools.ant.types.FilterSetCollection
 
FilterSetCollection(FilterSet) - Constructor for class org.apache.tools.ant.types.FilterSetCollection
 
findClass(String) - Method in class org.apache.tools.ant.AntClassLoader
Search for and load a class on the classpath of this class loader.
findResources(String) - Method in class org.apache.tools.ant.AntClassLoader
Returns an enumeration of URLs representing all the resources with the given name by searching the class loader's classpath.
fireBuildFinished(Throwable) - Method in class org.apache.tools.ant.Project
 
fireBuildStarted() - Method in class org.apache.tools.ant.Project
 
fireMessageLogged(Project, String, int) - Method in class org.apache.tools.ant.Project
 
fireMessageLogged(Target, String, int) - Method in class org.apache.tools.ant.Project
 
fireMessageLogged(Task, String, int) - Method in class org.apache.tools.ant.Project
 
fireTargetFinished(Target, Throwable) - Method in class org.apache.tools.ant.Project
 
fireTargetStarted(Target) - Method in class org.apache.tools.ant.Project
 
fireTaskFinished(Task, Throwable) - Method in class org.apache.tools.ant.Project
 
fireTaskStarted(Task) - Method in class org.apache.tools.ant.Project
 
FlatFileNameMapper - class org.apache.tools.ant.util.FlatFileNameMapper.
Implementation of FileNameMapper that always returns the source file name without any leading directory information.
FlatFileNameMapper() - Constructor for class org.apache.tools.ant.util.FlatFileNameMapper
 
flush() - Method in class org.apache.tools.ant.DemuxOutputStream
Writes all remaining
forceLoadClass(String) - Method in class org.apache.tools.ant.AntClassLoader
Load a class through this class loader even if that class is available on the parent classpath.
forceLoadSystemClass(String) - Method in class org.apache.tools.ant.AntClassLoader
Load a class through this class loader but defer to the parent class loader This ensures that instances of the returned class will be compatible with instances which which have already been loaded on the parent loader.
formatTime(long) - Static method in class org.apache.tools.ant.DefaultLogger
 
from - Variable in class org.apache.tools.ant.types.Mapper
 
fromPostfix - Variable in class org.apache.tools.ant.util.GlobPatternMapper
Part of "from" pattern after the *.
fromPrefix - Variable in class org.apache.tools.ant.util.GlobPatternMapper
Part of "from" pattern before the *.

G

getArguments() - Method in class org.apache.tools.ant.types.Commandline
Returns all arguments defined by addLine, addValue or the argument object.
getAttributes() - Method in class org.apache.tools.ant.IntrospectionHelper
Return all attribues supported by the introspected class.
getAttributes() - Method in class org.apache.tools.ant.RuntimeConfigurable
Returns the AttributeList of the wrapped element.
getAttributeType(String) - Method in class org.apache.tools.ant.IntrospectionHelper
returns the type of a named attribute.
getBase() - Method in class org.apache.tools.ant.taskdefs.Rmic
Gets the base directory to output generated class.
getBasedir() - Method in interface org.apache.tools.ant.FileScanner
Gets the basedir that is used for scanning.
getBasedir() - Method in class org.apache.tools.ant.DirectoryScanner
Gets the basedir that is used for scanning.
getBaseDir() - Method in class org.apache.tools.ant.Project
 
getBeginToken() - Method in class org.apache.tools.ant.types.FilterSet
 
getBootclasspath() - Method in class org.apache.tools.ant.taskdefs.Javac
Gets the bootclasspath that will be used to compile the classes against.
getBuildListeners() - Method in class org.apache.tools.ant.Project
 
getCheckedRef(Class, String) - Method in class org.apache.tools.ant.types.DataType
Performs the check for circular references and returns the referenced object.
getClassname() - Method in class org.apache.tools.ant.taskdefs.Rmic
Gets the class name to compile.
getClassname() - Method in class org.apache.tools.ant.taskdefs.Definer
 
getClassname() - Method in class org.apache.tools.ant.types.CommandlineJava
 
getClasspath() - Method in class org.apache.tools.ant.taskdefs.Rmic
Gets the classpath.
getClasspath() - Method in class org.apache.tools.ant.taskdefs.Javac
Gets the classpath to be used for this compilation.
getClasspath() - Method in class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter
The CLASSPATH this rmic process will use.
getClasspath() - Method in interface org.apache.tools.ant.taskdefs.rmic.RmicAdapter
The CLASSPATH this rmic process will use.
getClasspath() - Method in class org.apache.tools.ant.types.CommandlineJava
 
getCommandline() - Method in class org.apache.tools.ant.taskdefs.Execute
Returns the commandline used to create a subprocess.
getCommandline() - Method in class org.apache.tools.ant.types.CommandlineJava
get the command line to run a java vm.
getCommandline() - Method in class org.apache.tools.ant.types.Commandline
Returns the executable and all defined arguments.
getCompileClasspath() - Method in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
Builds the compilation classpath.
getCompileClasspath() - Method in class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter
Builds the compilation classpath.
getCompileList() - Method in class org.apache.tools.ant.taskdefs.Rmic
 
getContent() - Method in class org.apache.tools.ant.types.Environment.Variable
 
getCoreLoader() - Method in class org.apache.tools.ant.Project
 
getDataTypeDefinitions() - Method in class org.apache.tools.ant.Project
 
getDebug() - Method in class org.apache.tools.ant.taskdefs.Rmic
Gets the debug flag.
getDebug() - Method in class org.apache.tools.ant.taskdefs.Javac
Gets the debug flag.
getDefaultTarget() - Method in class org.apache.tools.ant.Project
 
getDepend() - Method in class org.apache.tools.ant.taskdefs.Javac
Gets the depend flag.
getDependencies() - Method in class org.apache.tools.ant.Target
 
getDeprecation() - Method in class org.apache.tools.ant.taskdefs.Javac
Gets the deprecation flag.
getDescription() - Method in class org.apache.tools.ant.Task
 
getDescription() - Method in class org.apache.tools.ant.Target
 
getDescription() - Method in class org.apache.tools.ant.Project
 
getDescription() - Method in class org.apache.tools.ant.types.DataType
Return the description for the current data type.
getDestdir() - Method in class org.apache.tools.ant.taskdefs.Javac
Gets the destination directory into which the java source files should be compiled.
getDir(Project) - Method in class org.apache.tools.ant.types.FileSet
 
getDir(Project) - Method in class org.apache.tools.ant.types.FileList
 
getDirectoryScanner(File) - Method in class org.apache.tools.ant.taskdefs.MatchingTask
Returns the directory scanner needed to access the files to process.
getDirectoryScanner(Project) - Method in class org.apache.tools.ant.types.FileSet
Returns the directory scanner needed to access the files to process.
getDirectoryScanner(Project) - Method in class org.apache.tools.ant.types.ZipFileSet
Return the DirectoryScanner associated with this FileSet.
getElementName(Project, Object) - Method in class org.apache.tools.ant.IntrospectionHelper
 
getElementTag() - Method in class org.apache.tools.ant.RuntimeConfigurable
 
getElementType(String) - Method in class org.apache.tools.ant.IntrospectionHelper
returns the type of a named nested element.
getEncoding() - Method in class org.apache.tools.ant.taskdefs.Javac
Gets the java source file encoding name.
getEndToken() - Method in class org.apache.tools.ant.types.FilterSet
 
getEnvironment() - Method in class org.apache.tools.ant.taskdefs.Execute
Returns the environment used to create a subprocess.
getException() - Method in class org.apache.tools.ant.BuildException
Returns the nested exception.
getException() - Method in class org.apache.tools.ant.BuildEvent
Returns the exception that was thrown, if any.
getExcludedDirectories() - Method in interface org.apache.tools.ant.FileScanner
Get the names of the directories that matched at least one of the include patterns, an matched also at least one of the exclude patterns.
getExcludedDirectories() - Method in class org.apache.tools.ant.DirectoryScanner
Get the names of the directories that matched at least one of the include patterns, an matched also at least one of the exclude patterns.
getExcludedFiles() - Method in interface org.apache.tools.ant.FileScanner
Get the names of the files that matched at least one of the include patterns, an matched also at least one of the exclude patterns.
getExcludedFiles() - Method in class org.apache.tools.ant.DirectoryScanner
Get the names of the files that matched at least one of the include patterns, an matched also at least one of the exclude patterns.
getExcludePatterns(Project) - Method in class org.apache.tools.ant.types.PatternSet
Returns the filtered include patterns.
getExecutable() - Method in class org.apache.tools.ant.types.Commandline
 
getExitValue() - Method in class org.apache.tools.ant.taskdefs.Execute
 
getExtdirs() - Method in class org.apache.tools.ant.taskdefs.Rmic
Gets the extension directories that will be used during the compilation.
getExtdirs() - Method in class org.apache.tools.ant.taskdefs.Javac
Gets the extension directories that will be used during the compilation.
getFailonerror() - Method in class org.apache.tools.ant.taskdefs.Javac
Gets the failonerror flag.
getFileList() - Method in class org.apache.tools.ant.taskdefs.Rmic
Gets file list to compile.
getFileList() - Method in class org.apache.tools.ant.taskdefs.Javac
Gets the list of files to be compiled.
getFiles(Project) - Method in class org.apache.tools.ant.types.FileList
Returns the list of files represented by this FileList.
getFilterHash() - Method in class org.apache.tools.ant.types.FilterSet
Gets the filter hash of the FilterSet.
getFiltering() - Method in class org.apache.tools.ant.taskdefs.Rmic
 
getFilters() - Method in class org.apache.tools.ant.Project
Deprecated.  
getFilters() - Method in class org.apache.tools.ant.types.FilterSet
 
getFullpath() - Method in class org.apache.tools.ant.types.ZipFileSet
Return the full pathname of the single entry in this fileset.
getGlobalFilterSet() - Method in class org.apache.tools.ant.Project
 
getGroups(String) - Method in interface org.apache.tools.ant.util.regexp.RegexpMatcher
Returns a Vector of matched groups found in the argument.
getHelper(Class) - Static method in class org.apache.tools.ant.IntrospectionHelper
Factory method for helper objects.
getIdl() - Method in class org.apache.tools.ant.taskdefs.Rmic
 
getIdlopts() - Method in class org.apache.tools.ant.taskdefs.Rmic
Gets additional arguments for idl compile.
getIiop() - Method in class org.apache.tools.ant.taskdefs.Rmic
Gets iiop flags.
getIiopopts() - Method in class org.apache.tools.ant.taskdefs.Rmic
Gets additional arguments for iiop.
getImplementation() - Method in class org.apache.tools.ant.types.Mapper
Returns a fully configured FileNameMapper implementation.
getImplementation() - Method in class org.apache.tools.ant.types.Mapper.MapperType
 
getIncludeantruntime() - Method in class org.apache.tools.ant.taskdefs.Rmic
Gets whether or not the ant classpath is to be included in the task's classpath.
getIncludeantruntime() - Method in class org.apache.tools.ant.taskdefs.Javac
Gets whether or not the ant classpath is to be included in the task's classpath.
getIncludedDirectories() - Method in interface org.apache.tools.ant.FileScanner
Get the names of the directories that matched at least one of the include patterns, an matched none of the exclude patterns.
getIncludedDirectories() - Method in class org.apache.tools.ant.DirectoryScanner
Get the names of the directories that matched at least one of the include patterns, an matched none of the exclude patterns.
getIncludedDirectories() - Method in class org.apache.tools.ant.types.ZipScanner
Returns an empty list of directories to create.
getIncludedFiles() - Method in interface org.apache.tools.ant.FileScanner
Get the names of the files that matched at least one of the include patterns, an matched none of the exclude patterns.
getIncludedFiles() - Method in class org.apache.tools.ant.DirectoryScanner
Get the names of the files that matched at least one of the include patterns, and matched none of the exclude patterns.
getIncludedFiles() - Method in class org.apache.tools.ant.types.ZipScanner
Returns the zip file itself, not the matching entries within the zip file.
getIncludejavaruntime() - Method in class org.apache.tools.ant.taskdefs.Rmic
Gets whether or not the java runtime should be included in this task's classpath.
getIncludejavaruntime() - Method in class org.apache.tools.ant.taskdefs.Javac
Gets whether or not the java runtime should be included in this task's classpath.
getIncludePatterns(Project) - Method in class org.apache.tools.ant.types.PatternSet
Returns the filtered include patterns.
getJar() - Method in class org.apache.tools.ant.types.CommandlineJava
 
getJavac() - Method in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 
getJavaCommand() - Method in class org.apache.tools.ant.types.CommandlineJava
 
getJavaVersion() - Static method in class org.apache.tools.ant.Project
 
getKey() - Method in class org.apache.tools.ant.types.Environment.Variable
 
getLoader() - Method in class org.apache.tools.ant.taskdefs.Rmic
Classloader for the user-specified classpath.
getLocation() - Method in class org.apache.tools.ant.BuildException
Returns the file location where the error occured.
getLocation() - Method in class org.apache.tools.ant.Task
Returns the file location where this task was defined.
getMapper() - Method in class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter
This implementation maps *.class to *getStubClassSuffix().class and - if stubversion is not 1.2 - to *getSkelClassSuffix().class.
getMapper() - Method in interface org.apache.tools.ant.taskdefs.rmic.RmicAdapter
Maps source class files to the files generated by this rmic implementation.
getMemoryInitialSize() - Method in class org.apache.tools.ant.taskdefs.Javac
Gets the memoryInitialSize flag.
getMemoryMaximumSize() - Method in class org.apache.tools.ant.taskdefs.Javac
Gets the memoryMaximumSize flag.
getMessage() - Method in class org.apache.tools.ant.BuildEvent
Returns the logging message.
getName() - Method in class org.apache.tools.ant.Target
 
getName() - Method in class org.apache.tools.ant.Project
 
getName() - Method in class org.apache.tools.ant.types.PatternSet.NameEntry
 
getNestedElements() - Method in class org.apache.tools.ant.IntrospectionHelper
Return all nested elements supported by the introspected class.
getNotIncludedDirectories() - Method in interface org.apache.tools.ant.FileScanner
Get the names of the directories that matched at none of the include patterns.
getNotIncludedDirectories() - Method in class org.apache.tools.ant.DirectoryScanner
Get the names of the directories that matched at none of the include patterns.
getNotIncludedFiles() - Method in interface org.apache.tools.ant.FileScanner
Get the names of the files that matched at none of the include patterns.
getNotIncludedFiles() - Method in class org.apache.tools.ant.DirectoryScanner
Get the names of the files that matched at none of the include patterns.
getNowarn() - Method in class org.apache.tools.ant.taskdefs.Javac
Should the -nowarn option be used.
getOptimize() - Method in class org.apache.tools.ant.taskdefs.Javac
Gets the optimize flag.
getOwningTarget() - Method in class org.apache.tools.ant.Task
Get the Target to which this task belongs
getParts() - Method in class org.apache.tools.ant.types.Path.PathElement
 
getParts() - Method in class org.apache.tools.ant.types.Commandline.Argument
Returns the parts this Argument consists of.
getPattern() - Method in interface org.apache.tools.ant.util.regexp.RegexpMatcher
Get a String representation of the regexp pattern
getPosition() - Method in class org.apache.tools.ant.types.Commandline.Marker
Return the number of arguments that preceeded this marker.
getPrefix() - Method in class org.apache.tools.ant.types.ZipFileSet
Return the prefix prepended to entries in the zip file.
getPriority() - Method in class org.apache.tools.ant.BuildEvent
Returns the priority of the logging message.
getProcEnvironment() - Static method in class org.apache.tools.ant.taskdefs.Execute
Find the list of environment variables for this process.
getProject() - Method in class org.apache.tools.ant.ProjectComponent
Get the Project to which this component belongs
getProject() - Method in class org.apache.tools.ant.Target
 
getProject() - Method in class org.apache.tools.ant.BuildEvent
Returns the project that fired this event.
getProject() - Method in class org.apache.tools.ant.types.Path
 
getProperties() - Method in class org.apache.tools.ant.Project
 
getProperty(String) - Method in class org.apache.tools.ant.Project
 
getProxy() - Method in class org.apache.tools.ant.TaskAdapter
 
getRef() - Method in class org.apache.tools.ant.types.Mapper
Performs the check for circular references and returns the referenced Mapper.
getRef() - Method in class org.apache.tools.ant.types.FilterSet
 
getRef(Project) - Method in class org.apache.tools.ant.types.FileSet
Performs the check for circular references and returns the referenced FileSet.
getRef(Project) - Method in class org.apache.tools.ant.types.FileList
Performs the check for circular references and returns the referenced FileList.
getReferencedObject(Project) - Method in class org.apache.tools.ant.types.Reference
 
getReferences() - Method in class org.apache.tools.ant.Project
 
getRefId() - Method in class org.apache.tools.ant.types.Reference
 
getRemoteInterface(Class) - Method in class org.apache.tools.ant.taskdefs.Rmic
Returns the topmost interface that extends Remote for a given class - if one exists.
getResource(String) - Method in class org.apache.tools.ant.AntClassLoader
Finds the resource with the given name.
getResourceAsStream(String) - Method in class org.apache.tools.ant.AntClassLoader
Get a stream to read the requested resource name.
getRmic() - Method in class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter
 
getRuntimeConfigurableWrapper() - Method in class org.apache.tools.ant.Task
Returns the wrapper class for runtime configuration.
getSetLastModified() - Method in class org.apache.tools.ant.util.FileUtils
see whether we have a setLastModified method in File and return it.
getSkelClassSuffix() - Method in class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter
 
getSource() - Method in class org.apache.tools.ant.taskdefs.Javac
Get the value of source.
getSourceBase() - Method in class org.apache.tools.ant.taskdefs.Rmic
Gets the source dirs to find the source java files.
getSrc() - Method in class org.apache.tools.ant.types.ZipFileSet
Get the zip file from which entries will be extracted.
getSrcdir() - Method in class org.apache.tools.ant.taskdefs.Javac
Gets the source dirs to find the source java files.
getStatus() - Method in class org.apache.tools.ant.ExitException
 
getStubClassSuffix() - Method in class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter
 
getStubVersion() - Method in class org.apache.tools.ant.taskdefs.Rmic
 
getSystemProperties() - Method in class org.apache.tools.ant.types.CommandlineJava
 
getTag() - Method in class org.apache.tools.ant.UnknownElement
return the corresponding XML tag.
getTarget() - Method in class org.apache.tools.ant.BuildEvent
Returns the target that fired this event.
getTarget() - Method in class org.apache.tools.ant.taskdefs.Javac
Gets the target VM that the classes will be compiled for.
getTargets() - Method in class org.apache.tools.ant.Project
 
getTask() - Method in class org.apache.tools.ant.BuildEvent
Returns the task that fired this event.
getTaskDefinitions() - Method in class org.apache.tools.ant.Project
 
getTaskName() - Method in class org.apache.tools.ant.Task
Get the name to use in logging messages.
getTaskName() - Method in class org.apache.tools.ant.UnknownElement
Get the name to use in logging messages.
getTasks() - Method in class org.apache.tools.ant.Target
Get the current set of tasks to be executed by this target.
getTieClassSuffix() - Method in class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter
 
getToken() - Method in class org.apache.tools.ant.types.FilterSet.Filter
Gets the Token attribute of the Filter object
getUserProperties() - Method in class org.apache.tools.ant.Project
 
getUserProperty(String) - Method in class org.apache.tools.ant.Project
 
getValue() - Method in class org.apache.tools.ant.types.Environment.Variable
 
getValue() - Method in class org.apache.tools.ant.types.EnumeratedAttribute
Retrieves the value.
getValue() - Method in class org.apache.tools.ant.types.FilterSet.Filter
Gets the Value attribute of the Filter object
getValues() - Method in class org.apache.tools.ant.types.EnumeratedAttribute
This is the only method a subclass needs to implement.
getValues() - Method in class org.apache.tools.ant.types.Mapper.MapperType
 
getVariables() - Method in class org.apache.tools.ant.types.Environment
 
getVariables() - Method in class org.apache.tools.ant.types.CommandlineJava.SysProperties
 
getVerbose() - Method in class org.apache.tools.ant.taskdefs.Javac
Gets the verbose flag.
getVerify() - Method in class org.apache.tools.ant.taskdefs.Rmic
Get verify flag.
getVmCommand() - Method in class org.apache.tools.ant.types.CommandlineJava
 
getVmversion() - Method in class org.apache.tools.ant.types.CommandlineJava
 
GlobPatternMapper - class org.apache.tools.ant.util.GlobPatternMapper.
Implementation of FileNameMapper that does simple wildcard pattern replacements.
GlobPatternMapper() - Constructor for class org.apache.tools.ant.util.GlobPatternMapper
 

H

handleChildren(Object, RuntimeConfigurable) - Method in class org.apache.tools.ant.UnknownElement
 
handleErrorOutput(String) - Method in class org.apache.tools.ant.Task
 
handleErrorOutput(String) - Method in class org.apache.tools.ant.taskdefs.Ant
 
handleOutput(String) - Method in class org.apache.tools.ant.Task
 
handleOutput(String) - Method in class org.apache.tools.ant.taskdefs.Ant
 
hasFilters() - Method in class org.apache.tools.ant.types.FilterSetCollection
Test to see if this filter set it empty.
hasFilters() - Method in class org.apache.tools.ant.types.FilterSet
Test to see if this filter set it empty.
hasMoreTokens() - Method in class org.apache.tools.ant.PathTokenizer
 
haveSlowResults - Variable in class org.apache.tools.ant.DirectoryScanner
Have the Vectors holding our results been built by a slow scan?

I

IdentityMapper - class org.apache.tools.ant.util.IdentityMapper.
Implementation of FileNameMapper that always returns the source file name.
IdentityMapper() - Constructor for class org.apache.tools.ant.util.IdentityMapper
 
includeAntRuntime - Variable in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 
includeJavaRuntime - Variable in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 
includes - Variable in class org.apache.tools.ant.DirectoryScanner
The patterns for the files that should be included.
init() - Method in class org.apache.tools.ant.Task
Called by the project to let the task initialize properly.
init() - Method in class org.apache.tools.ant.Project
Initialise the project.
init() - Method in class org.apache.tools.ant.taskdefs.Ant
 
init() - Method in class org.apache.tools.ant.types.ZipScanner
Initialize DirectoryScanner data structures.
initializeClass(Class) - Static method in class org.apache.tools.ant.AntClassLoader
Force initialization of a class in a JDK 1.1 compatible, albeit hacky way
IntrospectionHelper - class org.apache.tools.ant.IntrospectionHelper.
Helper class that collects the methods a task or nested element holds to set attributes, create nested elements or hold PCDATA elements.
INVALID - Static variable in class org.apache.tools.ant.taskdefs.Execute
Invalid exit code.
isCaseSensitive - Variable in class org.apache.tools.ant.DirectoryScanner
Should the file system be treated as a case sensitive one?
isExcluded(String) - Method in class org.apache.tools.ant.DirectoryScanner
Tests whether a name matches against at least one exclude pattern.
isForkedJavac() - Method in class org.apache.tools.ant.taskdefs.Javac
Is this a forked invocation of JDK's javac?
isIncluded(String) - Method in class org.apache.tools.ant.DirectoryScanner
Tests whether a name matches against at least one include pattern.
isJdkCompiler(String) - Method in class org.apache.tools.ant.taskdefs.Javac
 
isReference() - Method in class org.apache.tools.ant.types.DataType
Has the refid attribute of this element been set?
isReference(String) - Method in class org.apache.tools.ant.util.DOMElementWriter
Is the given argument a character or entity reference?
isValidRmiRemote(String) - Method in class org.apache.tools.ant.taskdefs.Rmic
Load named class and test whether it can be rmic'ed
isWatching() - Method in class org.apache.tools.ant.taskdefs.ExecuteWatchdog
Indicates whether or not the watchdog is still monitoring the process.

J

JAVA_1_0 - Static variable in class org.apache.tools.ant.Project
 
JAVA_1_1 - Static variable in class org.apache.tools.ant.Project
 
JAVA_1_2 - Static variable in class org.apache.tools.ant.Project
 
JAVA_1_3 - Static variable in class org.apache.tools.ant.Project
 
JAVA_1_4 - Static variable in class org.apache.tools.ant.Project
 
Javac - class org.apache.tools.ant.taskdefs.Javac.
Task to compile Java source files.
Javac() - Constructor for class org.apache.tools.ant.taskdefs.Javac
 

K

killedProcess() - Method in class org.apache.tools.ant.taskdefs.ExecuteWatchdog
Indicates whether the last process run was killed on timeout or not.
knownEntities - Variable in class org.apache.tools.ant.util.DOMElementWriter
Don't try to be too smart but at least recognize the predefined entities.

L

list() - Method in class org.apache.tools.ant.types.Path
Returns all path elements defined by this and nested path objects.
loadClass(String, boolean) - Method in class org.apache.tools.ant.AntClassLoader
Load a class with this class loader.
location - Variable in class org.apache.tools.ant.Task
 
location - Variable in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 
Location - class org.apache.tools.ant.Location.
Stores the file name and line number in a file.
Location(String) - Constructor for class org.apache.tools.ant.Location
Creates a location consisting of a file name but no line number.
Location(String, int, int) - Constructor for class org.apache.tools.ant.Location
Creates a location consisting of a file name and line number.
log(String) - Method in class org.apache.tools.ant.ProjectComponent
Log a message with the default (INFO) priority.
log(String) - Method in class org.apache.tools.ant.Task
Log a message with the default (INFO) priority.
log(String) - Method in class org.apache.tools.ant.Project
 
log(String, int) - Method in class org.apache.tools.ant.ProjectComponent
Log a mesage with the give priority.
log(String, int) - Method in class org.apache.tools.ant.AntClassLoader
Log a message through the project object if one has been provided.
log(String, int) - Method in class org.apache.tools.ant.Task
Log a mesage with the give priority.
log(String, int) - Method in class org.apache.tools.ant.Project
 
log(Target, String, int) - Method in class org.apache.tools.ant.Project
 
log(Task, String, int) - Method in class org.apache.tools.ant.Project
 
Log4jListener - class org.apache.tools.ant.listener.Log4jListener.
Listener which sends events to Log4j logging system
Log4jListener() - Constructor for class org.apache.tools.ant.listener.Log4jListener
 
logAndAddFilesToCompile(Commandline) - Method in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
Logs the compilation parameters, adds the files to compile and logs the &qout;niceSourceList"
logAndAddFilesToCompile(Commandline) - Method in class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter
Logs the compilation parameters, adds the files to compile and logs the &qout;niceSourceList"
lSep - Static variable in class org.apache.tools.ant.DefaultLogger
 
lSep - Static variable in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 

M

makeTask(UnknownElement, RuntimeConfigurable) - Method in class org.apache.tools.ant.UnknownElement
Create a named task and configure it up to the init() stage.
mapFileName(String) - Method in class org.apache.tools.ant.util.IdentityMapper
Returns an one-element array containing the source file name.
mapFileName(String) - Method in interface org.apache.tools.ant.util.FileNameMapper
Returns an array containing the target filename(s) for the given source file.
mapFileName(String) - Method in class org.apache.tools.ant.util.GlobPatternMapper
Returns null if the source file name doesn't match the "from" pattern, an one-element array containing the translated file otherwise.
mapFileName(String) - Method in class org.apache.tools.ant.util.MergingMapper
Returns an one-element array containing the file name set via setTo.
mapFileName(String) - Method in class org.apache.tools.ant.util.FlatFileNameMapper
Returns an one-element array containing the source file name without any leading directory information.
mapFileName(String) - Method in class org.apache.tools.ant.util.RegexpPatternMapper
Returns null if the source file name doesn't match the "from" pattern, an one-element array containing the translated file otherwise.
Mapper - class org.apache.tools.ant.types.Mapper.
Element to define a FileNameMapper.
Mapper.MapperType - class org.apache.tools.ant.types.Mapper.MapperType.
Class as Argument to FileNameMapper.setType.
Mapper.MapperType() - Constructor for class org.apache.tools.ant.types.Mapper.MapperType
 
Mapper(Project) - Constructor for class org.apache.tools.ant.types.Mapper
 
match(String) - Method in class org.apache.tools.ant.types.ZipScanner
Matches a jar entry against the includes/excludes list, normalizing the path separator.
match(String, String) - Static method in class org.apache.tools.ant.DirectoryScanner
Matches a string against a pattern.
match(String, String, boolean) - Static method in class org.apache.tools.ant.DirectoryScanner
Matches a string against a pattern.
matches(String) - Method in interface org.apache.tools.ant.util.regexp.RegexpMatcher
Does the given argument match the pattern?
MatchingTask - class org.apache.tools.ant.taskdefs.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.
MatchingTask() - Constructor for class org.apache.tools.ant.taskdefs.MatchingTask
 
matchPath(String, String) - Static method in class org.apache.tools.ant.DirectoryScanner
Matches a path against a pattern.
matchPath(String, String, boolean) - Static method in class org.apache.tools.ant.DirectoryScanner
Matches a path against a pattern.
matchPatternStart(String, String) - Static method in class org.apache.tools.ant.DirectoryScanner
Does the path match the start of this pattern up to the first "**".
matchPatternStart(String, String, boolean) - Static method in class org.apache.tools.ant.DirectoryScanner
Does the path match the start of this pattern up to the first "**".
maybeConfigure() - Method in class org.apache.tools.ant.Task
Configure this task - if it hasn't been done already.
maybeConfigure() - Method in class org.apache.tools.ant.UnknownElement
 
maybeConfigure(Project) - Method in class org.apache.tools.ant.RuntimeConfigurable
Configure the wrapped element and all children.
memoryInitialSize - Variable in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 
memoryMaximumSize - Variable in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 
mergedFile - Variable in class org.apache.tools.ant.util.MergingMapper
 
MergingMapper - class org.apache.tools.ant.util.MergingMapper.
Implementation of FileNameMapper that always returns the same target file name.
MergingMapper() - Constructor for class org.apache.tools.ant.util.MergingMapper
 
messageLogged(BuildEvent) - Method in class org.apache.tools.ant.AntClassLoader
 
messageLogged(BuildEvent) - Method in class org.apache.tools.ant.DefaultLogger
 
messageLogged(BuildEvent) - Method in class org.apache.tools.ant.NoBannerLogger
 
messageLogged(BuildEvent) - Method in interface org.apache.tools.ant.BuildListener
Fired whenever a message is logged.
messageLogged(BuildEvent) - Method in class org.apache.tools.ant.IntrospectionHelper
 
messageLogged(BuildEvent) - Method in class org.apache.tools.ant.XmlLogger
 
messageLogged(BuildEvent) - Method in class org.apache.tools.ant.listener.Log4jListener
 
MSG_DEBUG - Static variable in class org.apache.tools.ant.Project
 
MSG_ERR - Static variable in class org.apache.tools.ant.Project
 
MSG_INFO - Static variable in class org.apache.tools.ant.Project
 
MSG_VERBOSE - Static variable in class org.apache.tools.ant.Project
 
MSG_WARN - Static variable in class org.apache.tools.ant.Project
 
msgOutputLevel - Variable in class org.apache.tools.ant.DefaultLogger
 

N

newFileUtils() - Static method in class org.apache.tools.ant.util.FileUtils
Factory method.
newRegexpMatcher() - Method in class org.apache.tools.ant.util.regexp.RegexpMatcherFactory
 
nextToken() - Method in class org.apache.tools.ant.PathTokenizer
 
NoBannerLogger - class org.apache.tools.ant.NoBannerLogger.
Extends DefaultLogger to strip out empty targets.
NoBannerLogger() - Constructor for class org.apache.tools.ant.NoBannerLogger
 
noChildrenAllowed() - Method in class org.apache.tools.ant.types.DataType
Creates an exception that indicates that this XML element must not have child elements if the refid attribute is set.
normalize(String) - Method in class org.apache.tools.ant.util.FileUtils
"normalize" the given absolute path.

O

optimize - Variable in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 
org.apache.tools.ant - package org.apache.tools.ant
 
org.apache.tools.ant.listener - package org.apache.tools.ant.listener
 
org.apache.tools.ant.taskdefs - package org.apache.tools.ant.taskdefs
 
org.apache.tools.ant.taskdefs.compilers - package org.apache.tools.ant.taskdefs.compilers
 
org.apache.tools.ant.taskdefs.rmic - package org.apache.tools.ant.taskdefs.rmic
 
org.apache.tools.ant.types - package org.apache.tools.ant.types
 
org.apache.tools.ant.util - package org.apache.tools.ant.util
 
org.apache.tools.ant.util.regexp - package org.apache.tools.ant.util.regexp
 
out - Variable in class org.apache.tools.ant.DefaultLogger
 

P

p - Variable in class org.apache.tools.ant.types.Mapper
 
parsePropertyString(String, Vector, Vector) - Static method in class org.apache.tools.ant.ProjectHelper
This method will parse a string containing ${value} style property values into two lists.
Path - class org.apache.tools.ant.types.Path.
This object represents a path as used by CLASSPATH or PATH environment variable.
Path.PathElement - class org.apache.tools.ant.types.Path.PathElement.
Helper class, holds the nested <pathelement> values.
Path.PathElement(Path) - Constructor for class org.apache.tools.ant.types.Path.PathElement
 
Path(Project) - Constructor for class org.apache.tools.ant.types.Path
 
Path(Project, String) - Constructor for class org.apache.tools.ant.types.Path
Invoked by IntrospectionHelper for setXXX(Path p) attribute setters.
PathTokenizer - class org.apache.tools.ant.PathTokenizer.
A Path tokenizer takes a path and returns the components that make up that path.
PathTokenizer(String) - Constructor for class org.apache.tools.ant.PathTokenizer
 
PatternSet - class org.apache.tools.ant.types.PatternSet.
Named collection of include/exclude tags.
PatternSet.NameEntry - class org.apache.tools.ant.types.PatternSet.NameEntry.
inner class to hold a name on list.
PatternSet.NameEntry(PatternSet) - Constructor for class org.apache.tools.ant.types.PatternSet.NameEntry
 
PatternSet() - Constructor for class org.apache.tools.ant.types.PatternSet
 
perform() - Method in class org.apache.tools.ant.Task
Perform this task
performTasks() - Method in class org.apache.tools.ant.Target
 
postfixLength - Variable in class org.apache.tools.ant.util.GlobPatternMapper
Length of the postfix ("from" pattern).
prefixLength - Variable in class org.apache.tools.ant.util.GlobPatternMapper
Length of the prefix ("from" pattern).
printStackTrace() - Method in class org.apache.tools.ant.BuildException
 
printStackTrace(PrintStream) - Method in class org.apache.tools.ant.BuildException
 
printStackTrace(PrintWriter) - Method in class org.apache.tools.ant.BuildException
 
processBuffer() - Method in class org.apache.tools.ant.DemuxOutputStream
Converts the buffer to a string and sends it to processLine
project - Variable in class org.apache.tools.ant.ProjectComponent
 
project - Variable in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 
Project - class org.apache.tools.ant.Project.
Central representation of an Ant project.
Project() - Constructor for class org.apache.tools.ant.Project
 
ProjectComponent - class org.apache.tools.ant.ProjectComponent.
Base class for components of a project, including tasks and data types.
ProjectComponent() - Constructor for class org.apache.tools.ant.ProjectComponent
 
ProjectHelper - class org.apache.tools.ant.ProjectHelper.
Configures a Project (complete with Targets and Tasks) based on a XML build file.

Q

quoteArgument(String) - Static method in class org.apache.tools.ant.types.Commandline
Put quotes around the given String if necessary.

R

readFiltersFromFile(File) - Method in class org.apache.tools.ant.types.FilterSet
Read the filters from the given file.
ref - Variable in class org.apache.tools.ant.types.DataType
Value to the refid attribute.
Reference - class org.apache.tools.ant.types.Reference.
Class to hold a reference to another object in the project.
Reference() - Constructor for class org.apache.tools.ant.types.Reference
 
Reference(String) - Constructor for class org.apache.tools.ant.types.Reference
 
reg - Variable in class org.apache.tools.ant.util.RegexpPatternMapper
 
RegexpMatcher - interface org.apache.tools.ant.util.regexp.RegexpMatcher.
Interface describing a regular expression matcher.
RegexpMatcherFactory - class org.apache.tools.ant.util.regexp.RegexpMatcherFactory.
Simple Factory Class that produces an implementation of RegexpMatcher based on the system property ant.regexp.matcherimpl and the classes available.
RegexpMatcherFactory() - Constructor for class org.apache.tools.ant.util.regexp.RegexpMatcherFactory
 
RegexpPatternMapper - class org.apache.tools.ant.util.RegexpPatternMapper.
Implementation of FileNameMapper that does regular expression replacements.
RegexpPatternMapper() - Constructor for class org.apache.tools.ant.util.RegexpPatternMapper
 
removeBuildListener(BuildListener) - Method in class org.apache.tools.ant.Project
 
replaceProperties(Project, String, Hashtable) - Static method in class org.apache.tools.ant.ProjectHelper
Replace ${} style constructions in the given value with the string value of the corresponding data types.
replaceReferences(String) - Method in class org.apache.tools.ant.util.RegexpPatternMapper
Replace all backreferences in the to pattern with the matched groups of the source.
replaceTokens(String) - Method in class org.apache.tools.ant.types.FilterSetCollection
Does replacement on the given string with token matching.
replaceTokens(String) - Method in class org.apache.tools.ant.types.FilterSet
Does replacement on the given string with token matching.
resetFileLists() - Method in class org.apache.tools.ant.taskdefs.Javac
Clear the list of files to be compiled and copied..
resetThreadContextLoader() - Method in class org.apache.tools.ant.AntClassLoader
Reset the current thread's context loader to its original value
resolveFile(File, String) - Method in class org.apache.tools.ant.util.FileUtils
Interpret the filename as a file relative to the given file - unless the filename already represents an absolute filename.
resolveFile(String) - Method in class org.apache.tools.ant.Project
 
resolveFile(String, File) - Method in class org.apache.tools.ant.Project
Deprecated.  
restoreSystem() - Method in class org.apache.tools.ant.types.CommandlineJava.SysProperties
 
restoreSystemProperties() - Method in class org.apache.tools.ant.types.CommandlineJava
 
restrict(String[], File, File, FileNameMapper) - Method in class org.apache.tools.ant.util.SourceFileScanner
Restrict the given set of files to those that are newer than their corresponding target files.
restrictAsFiles(String[], File, File, FileNameMapper) - Method in class org.apache.tools.ant.util.SourceFileScanner
Convinience layer on top of restrict that returns the source files as File objects (containing absolute paths if srcDir is absolute).
result - Variable in class org.apache.tools.ant.util.RegexpPatternMapper
 
Rmic - class org.apache.tools.ant.taskdefs.Rmic.
Task to compile RMI stubs and skeletons.
Rmic() - Constructor for class org.apache.tools.ant.taskdefs.Rmic
 
RmicAdapter - interface org.apache.tools.ant.taskdefs.rmic.RmicAdapter.
The interface that all rmic adapters must adher to.
run() - Method in class org.apache.tools.ant.taskdefs.ExecuteWatchdog
Watches the process and terminates it, if it runs for to long.
runCommand(Task, String[]) - Static method in class org.apache.tools.ant.taskdefs.Execute
A utility method that runs an external command.
RuntimeConfigurable - class org.apache.tools.ant.RuntimeConfigurable.
Wrapper class that holds the attributes of a Task (or elements nested below that level) and takes care of configuring that element at runtime.
RuntimeConfigurable(Object, String) - Constructor for class org.apache.tools.ant.RuntimeConfigurable
 

S

scan() - Method in interface org.apache.tools.ant.FileScanner
Scans the base directory for files that match at least one include pattern, and don't match any exclude patterns.
scan() - Method in class org.apache.tools.ant.DirectoryScanner
Scans the base directory for files that match at least one include pattern, and don't match any exclude patterns.
scanDir(File, File, String[]) - Method in class org.apache.tools.ant.taskdefs.Javac
Scans the directory looking for source files to be compiled.
scanDir(File, String[], FileNameMapper) - Method in class org.apache.tools.ant.taskdefs.Rmic
Scans the directory looking for class files to be compiled.
scandir(File, String, boolean) - Method in class org.apache.tools.ant.DirectoryScanner
Scans the passed dir for files and directories.
setAntfile(String) - Method in class org.apache.tools.ant.taskdefs.Ant
set the build file, it can be either absolute or relative.
setAntRun(Project) - Method in class org.apache.tools.ant.taskdefs.Execute
Set the name of the antRun script using the project's value.
setAttribute(Project, Object, String, String) - Method in class org.apache.tools.ant.IntrospectionHelper
Sets the named attribute.
setAttributes(AttributeList) - Method in class org.apache.tools.ant.RuntimeConfigurable
Set's the attributes for the wrapped element.
setBase(File) - Method in class org.apache.tools.ant.taskdefs.Rmic
Sets the base directory to output generated class.
setBasedir(File) - Method in interface org.apache.tools.ant.FileScanner
Sets the basedir for scanning.
setBasedir(File) - Method in class org.apache.tools.ant.DirectoryScanner
Sets the basedir for scanning.
setBaseDir(File) - Method in class org.apache.tools.ant.Project
 
setBasedir(String) - Method in interface org.apache.tools.ant.FileScanner
Sets the basedir for scanning.
setBasedir(String) - Method in class org.apache.tools.ant.DirectoryScanner
Sets the basedir for scanning.
setBasedir(String) - Method in class org.apache.tools.ant.Project
 
setBeginToken(String) - Method in class org.apache.tools.ant.types.FilterSet
The string used to id the beginning of a token.
setBootclasspath(Path) - Method in class org.apache.tools.ant.taskdefs.Javac
Sets the bootclasspath that will be used to compile the classes against.
setBootClasspathRef(Reference) - Method in class org.apache.tools.ant.taskdefs.Javac
Adds a reference to a CLASSPATH defined elsewhere.
setCaseSensitive(boolean) - Method in interface org.apache.tools.ant.FileScanner
Sets the case sensitivity of the file system
setCaseSensitive(boolean) - Method in class org.apache.tools.ant.DirectoryScanner
Sets the case sensitivity of the file system
setCaseSensitive(boolean) - Method in class org.apache.tools.ant.types.FileSet
Sets case sensitivity of the file system
setClassname(String) - Method in class org.apache.tools.ant.taskdefs.Rmic
Sets the class name to compile.
setClassname(String) - Method in class org.apache.tools.ant.taskdefs.Definer
 
setClassname(String) - Method in class org.apache.tools.ant.types.CommandlineJava
set the classname to execute
setClassname(String) - Method in class org.apache.tools.ant.types.Mapper
Set the class name of the FileNameMapper to use.
setClasspath(Path) - Method in class org.apache.tools.ant.taskdefs.Rmic
Set the classpath to be used for this compilation.
setClasspath(Path) - Method in class org.apache.tools.ant.taskdefs.ExecuteJava
 
setClasspath(Path) - Method in class org.apache.tools.ant.taskdefs.Javac
Set the classpath to be used for this compilation.
setClasspath(Path) - Method in class org.apache.tools.ant.taskdefs.Definer
 
setClasspath(Path) - Method in class org.apache.tools.ant.types.Mapper
Set the classpath to load the FileNameMapper through (attribute).
setClasspathRef(Reference) - Method in class org.apache.tools.ant.taskdefs.Rmic
Adds a reference to a CLASSPATH defined elsewhere.
setClasspathRef(Reference) - Method in class org.apache.tools.ant.taskdefs.Javac
Adds a reference to a CLASSPATH defined elsewhere.
setClasspathRef(Reference) - Method in class org.apache.tools.ant.taskdefs.Definer
 
setClasspathRef(Reference) - Method in class org.apache.tools.ant.types.Mapper
Set the classpath to load the FileNameMapper through via reference (attribute).
setCommandline(String[]) - Method in class org.apache.tools.ant.taskdefs.Execute
Sets the commandline of the subprocess to launch.
setCoreLoader(ClassLoader) - Method in class org.apache.tools.ant.Project
 
setDebug(boolean) - Method in class org.apache.tools.ant.taskdefs.Rmic
Sets the debug flag.
setDebug(boolean) - Method in class org.apache.tools.ant.taskdefs.Javac
Set the debug flag.
setDefault(String) - Method in class org.apache.tools.ant.Project
 
setDefaultexcludes(boolean) - Method in class org.apache.tools.ant.taskdefs.MatchingTask
Sets whether default exclusions should be used or not.
setDefaultexcludes(boolean) - Method in class org.apache.tools.ant.types.FileSet
Sets whether default exclusions should be used or not.
setDefaultTarget(String) - Method in class org.apache.tools.ant.Project
 
setDepend(boolean) - Method in class org.apache.tools.ant.taskdefs.Javac
Set the depend flag.
setDepends(String) - Method in class org.apache.tools.ant.Target
 
setDeprecation(boolean) - Method in class org.apache.tools.ant.taskdefs.Javac
Set the deprecation flag.
setDescription(String) - Method in class org.apache.tools.ant.Task
Sets a description of the current action.
setDescription(String) - Method in class org.apache.tools.ant.Target
 
setDescription(String) - Method in class org.apache.tools.ant.Project
 
setDescription(String) - Method in class org.apache.tools.ant.types.DataType
Sets a description of the current data type.
setDestdir(File) - Method in class org.apache.tools.ant.taskdefs.Javac
Set the destination directory into which the Java source files should be compiled.
setDir(File) - Method in class org.apache.tools.ant.taskdefs.Ant
...
setDir(File) - Method in class org.apache.tools.ant.types.FileSet
 
setDir(File) - Method in class org.apache.tools.ant.types.ZipFileSet
Set the directory for the fileset.
setDir(File) - Method in class org.apache.tools.ant.types.FileList
 
setEmacsMode(boolean) - Method in class org.apache.tools.ant.DefaultLogger
Set this logger to produce emacs (and other editor) friendly output.
setEmacsMode(boolean) - Method in interface org.apache.tools.ant.BuildLogger
Set this logger to produce emacs (and other editor) friendly output.
setEncoding(String) - Method in class org.apache.tools.ant.taskdefs.Javac
Set the Java source file encoding name.
setEndToken(String) - Method in class org.apache.tools.ant.types.FilterSet
The string used to id the end of a token.
setEnvironment(String[]) - Method in class org.apache.tools.ant.taskdefs.Execute
Sets the environment variables for the subprocess to launch.
setErrorPrintStream(PrintStream) - Method in class org.apache.tools.ant.DefaultLogger
Set the output stream to which this logger is to send error messages.
setErrorPrintStream(PrintStream) - Method in interface org.apache.tools.ant.BuildLogger
Set the output stream to which this logger is to send error messages.
setException(Throwable) - Method in class org.apache.tools.ant.BuildEvent
 
setExcludes(String) - Method in class org.apache.tools.ant.taskdefs.MatchingTask
Sets the set of exclude patterns.
setExcludes(String) - Method in class org.apache.tools.ant.types.FileSet
Sets the set of exclude patterns.
setExcludes(String) - Method in class org.apache.tools.ant.types.PatternSet
Sets the set of exclude patterns.
setExcludes(String[]) - Method in interface org.apache.tools.ant.FileScanner
Sets the set of exclude patterns to use.
setExcludes(String[]) - Method in class org.apache.tools.ant.DirectoryScanner
Sets the set of exclude patterns to use.
setExcludesfile(File) - Method in class org.apache.tools.ant.taskdefs.MatchingTask
Sets the name of the file containing the includes patterns.
setExcludesfile(File) - Method in class org.apache.tools.ant.types.FileSet
Sets the name of the file containing the includes patterns.
setExcludesfile(File) - Method in class org.apache.tools.ant.types.PatternSet
Sets the name of the file containing the excludes patterns.
setExecutable(String) - Method in class org.apache.tools.ant.types.Commandline
Sets the executable to run.
setExitValue(int) - Method in class org.apache.tools.ant.taskdefs.Execute
 
setExtdirs(Path) - Method in class org.apache.tools.ant.taskdefs.Rmic
Sets the extension directories that will be used during the compilation.
setExtdirs(Path) - Method in class org.apache.tools.ant.taskdefs.Javac
Sets the extension directories that will be used during the compilation.
setFailonerror(boolean) - Method in class org.apache.tools.ant.taskdefs.Javac
Throw a BuildException if compilation fails
setFile(File) - Method in class org.apache.tools.ant.taskdefs.Definer
 
setFile(File) - Method in class org.apache.tools.ant.types.Commandline.Argument
Sets a single commandline argument to the absolute filename of the given file.
setFile(File) - Method in class org.apache.tools.ant.types.Environment.Variable
 
setFile(File) - Method in class org.apache.tools.ant.types.FilterSet.FiltersFile
Sets the file from which filters will be read.
setFileLastModified(File, long) - Method in class org.apache.tools.ant.Project
Deprecated.  
setFileLastModified(File, long) - Method in class org.apache.tools.ant.util.FileUtils
Calls File.setLastModified(long time) in a Java 1.1 compatible way.
setFiles(String) - Method in class org.apache.tools.ant.types.FileList
 
setFiltering(boolean) - Method in class org.apache.tools.ant.taskdefs.Rmic
 
setFiltersfile(File) - Method in class org.apache.tools.ant.types.FilterSet
set the file containing the filters for this filterset.
setFork(boolean) - Method in class org.apache.tools.ant.taskdefs.Javac
Sets whether to fork the javac compiler.
setFrom(String) - Method in class org.apache.tools.ant.types.Mapper
Set the argument to FileNameMapper.setFrom
setFrom(String) - Method in class org.apache.tools.ant.util.IdentityMapper
Ignored.
setFrom(String) - Method in interface org.apache.tools.ant.util.FileNameMapper
Sets the from part of the transformation rule.
setFrom(String) - Method in class org.apache.tools.ant.util.GlobPatternMapper
Sets the "from" pattern.
setFrom(String) - Method in class org.apache.tools.ant.util.MergingMapper
Ignored.
setFrom(String) - Method in class org.apache.tools.ant.util.FlatFileNameMapper
Ignored.
setFrom(String) - Method in class org.apache.tools.ant.util.RegexpPatternMapper
Sets the "from" pattern.
setFullpath(String) - Method in class org.apache.tools.ant.types.ZipFileSet
Set the full pathname of the single entry in this fileset.
setIdl(boolean) - Method in class org.apache.tools.ant.taskdefs.Rmic
Indicates that IDL output should be generated.
setIdlopts(String) - Method in class org.apache.tools.ant.taskdefs.Rmic
pass additional arguments for idl compile
setIf(String) - Method in class org.apache.tools.ant.Target
 
setIf(String) - Method in class org.apache.tools.ant.types.PatternSet.NameEntry
 
setIiop(boolean) - Method in class org.apache.tools.ant.taskdefs.Rmic
Indicates that IIOP compatible stubs should be generated.
setIiopopts(String) - Method in class org.apache.tools.ant.taskdefs.Rmic
pass additional arguments for iiop
setIncludeantruntime(boolean) - Method in class org.apache.tools.ant.taskdefs.Rmic
Include ant's own classpath in this task's classpath?
setIncludeantruntime(boolean) - Method in class org.apache.tools.ant.taskdefs.Javac
Include ant's own classpath in this task's classpath?
setIncludejavaruntime(boolean) - Method in class org.apache.tools.ant.taskdefs.Rmic
Sets whether or not to include the java runtime libraries to this task's classpath.
setIncludejavaruntime(boolean) - Method in class org.apache.tools.ant.taskdefs.Javac
Sets whether or not to include the java runtime libraries to this task's classpath.
setIncludes(String) - Method in class org.apache.tools.ant.taskdefs.MatchingTask
Sets the set of include patterns.
setIncludes(String) - Method in class org.apache.tools.ant.types.FileSet
Sets the set of include patterns.
setIncludes(String) - Method in class org.apache.tools.ant.types.PatternSet
Sets the set of include patterns.
setIncludes(String[]) - Method in interface org.apache.tools.ant.FileScanner
Sets the set of include patterns to use.
setIncludes(String[]) - Method in class org.apache.tools.ant.DirectoryScanner
Sets the set of include patterns to use.
setIncludesfile(File) - Method in class org.apache.tools.ant.taskdefs.MatchingTask
Sets the name of the file containing the includes patterns.
setIncludesfile(File) - Method in class org.apache.tools.ant.types.FileSet
Sets the name of the file containing the includes patterns.
setIncludesfile(File) - Method in class org.apache.tools.ant.types.PatternSet
Sets the name of the file containing the includes patterns.
setInheritAll(boolean) - Method in class org.apache.tools.ant.taskdefs.Ant
If true, inherit all properties from parent Project If false, inherit only userProperties and those defined inside the ant call itself
setIsolated(boolean) - Method in class org.apache.tools.ant.AntClassLoader
Set this classloader to run in isolated mode.
setJar(String) - Method in class org.apache.tools.ant.types.CommandlineJava
set a jar file to execute via the -jar option.
setJavac(Javac) - Method in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 
setJavac(Javac) - Method in interface org.apache.tools.ant.taskdefs.compilers.CompilerAdapter
Sets the compiler attributes, which are stored in the Javac task.
setJavaCommand(Commandline) - Method in class org.apache.tools.ant.taskdefs.ExecuteJava
 
setJavaVersionProperty() - Method in class org.apache.tools.ant.Project
 
setKey(String) - Method in class org.apache.tools.ant.types.Environment.Variable
 
setLine(String) - Method in class org.apache.tools.ant.types.Commandline.Argument
Line to split into several commandline arguments.
setLocation(File) - Method in class org.apache.tools.ant.types.Path
Adds a element definition to the path.
setLocation(File) - Method in class org.apache.tools.ant.types.Path.PathElement
 
setLocation(Location) - Method in class org.apache.tools.ant.BuildException
Sets the file location where the error occured.
setLocation(Location) - Method in class org.apache.tools.ant.Task
Sets the file location where this task was defined.
setMaxmemory(String) - Method in class org.apache.tools.ant.types.CommandlineJava
-mx or -Xmx depending on VM version
setMemoryInitialSize(String) - Method in class org.apache.tools.ant.taskdefs.Javac
Set the memoryInitialSize flag.
setMemoryMaximumSize(String) - Method in class org.apache.tools.ant.taskdefs.Javac
Set the memoryMaximumSize flag.
setMessage(String, int) - Method in class org.apache.tools.ant.BuildEvent
 
setMessageOutputLevel(int) - Method in class org.apache.tools.ant.DefaultLogger
Set the msgOutputLevel this logger is to respond to.
setMessageOutputLevel(int) - Method in interface org.apache.tools.ant.BuildLogger
Set the msgOutputLevel this logger is to respond to.
setName(String) - Method in class org.apache.tools.ant.Target
 
setName(String) - Method in class org.apache.tools.ant.Project
 
setName(String) - Method in class org.apache.tools.ant.taskdefs.Definer
 
setName(String) - Method in class org.apache.tools.ant.types.PatternSet.NameEntry
 
setNewenvironment(boolean) - Method in class org.apache.tools.ant.taskdefs.Execute
Set whether to propagate the default environment or not.
setNowarn(boolean) - Method in class org.apache.tools.ant.taskdefs.Javac
Sets whether the -nowarn option should be used.
setOptimize(boolean) - Method in class org.apache.tools.ant.taskdefs.Javac
Set the optimize flag.
setOutput(PrintStream) - Method in class org.apache.tools.ant.taskdefs.ExecuteJava
Deprecated. manage output at the task level
setOutput(String) - Method in class org.apache.tools.ant.taskdefs.Ant
 
setOutputPrintStream(PrintStream) - Method in class org.apache.tools.ant.DefaultLogger
Set the output stream to which this logger is to send its output.
setOutputPrintStream(PrintStream) - Method in interface org.apache.tools.ant.BuildLogger
Set the output stream to which this logger is to send its output.
setOwningTarget(Target) - Method in class org.apache.tools.ant.Task
Sets the target object of this task.
setPath(Path) - Method in class org.apache.tools.ant.types.Commandline.Argument
Sets a single commandline argument and treats it like a PATH - ensures the right separator for the local platform is used.
setPath(Path) - Method in class org.apache.tools.ant.types.Environment.Variable
 
setPath(String) - Method in class org.apache.tools.ant.types.Path
Parses a path definition and creates single PathElements.
setPath(String) - Method in class org.apache.tools.ant.types.Path.PathElement
 
setPattern(String) - Method in interface org.apache.tools.ant.util.regexp.RegexpMatcher
Set the regexp pattern from the String description.
setPrefix(String) - Method in class org.apache.tools.ant.types.ZipFileSet
Prepend this prefix to the path for each zip entry.
setProceed(boolean) - Method in class org.apache.tools.ant.taskdefs.Javac
Proceed if compilation fails
setProcessErrorStream(InputStream) - Method in interface org.apache.tools.ant.taskdefs.ExecuteStreamHandler
Install a handler for the error stream of the subprocess.
setProcessInputStream(OutputStream) - Method in interface org.apache.tools.ant.taskdefs.ExecuteStreamHandler
Install a handler for the input stream of the subprocess.
setProcessOutputStream(InputStream) - Method in interface org.apache.tools.ant.taskdefs.ExecuteStreamHandler
Install a handler for the output stream of the subprocess.
setProject(Project) - Method in class org.apache.tools.ant.ProjectComponent
Sets the project object of this component.
setProject(Project) - Method in class org.apache.tools.ant.Target
 
setProject(Project) - Method in class org.apache.tools.ant.types.Path
 
setProperty(String, String) - Method in class org.apache.tools.ant.Project
 
setProxy(Object) - Method in class org.apache.tools.ant.TaskAdapter
Set the target object class
setRefid(Reference) - Method in class org.apache.tools.ant.types.DataType
Set the value of the refid attribute.
setRefid(Reference) - Method in class org.apache.tools.ant.types.FileSet
Makes this instance in effect a reference to another PatternSet instance.
setRefid(Reference) - Method in class org.apache.tools.ant.types.Path
Makes this instance in effect a reference to another Path instance.
setRefid(Reference) - Method in class org.apache.tools.ant.types.PatternSet
Makes this instance in effect a reference to another PatternSet instance.
setRefid(Reference) - Method in class org.apache.tools.ant.types.FileList
Makes this instance in effect a reference to another FileList instance.
setRefid(Reference) - Method in class org.apache.tools.ant.types.Mapper
Make this Mapper instance a reference to another Mapper.
setRefId(String) - Method in class org.apache.tools.ant.types.Reference
 
setResource(String) - Method in class org.apache.tools.ant.taskdefs.Definer
 
setReverseLoader(boolean) - Method in class org.apache.tools.ant.taskdefs.Definer
 
setRmic(Rmic) - Method in class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter
 
setRmic(Rmic) - Method in interface org.apache.tools.ant.taskdefs.rmic.RmicAdapter
Sets the rmic attributes, which are stored in the Rmic task.
setRuntimeConfigurableWrapper(RuntimeConfigurable) - Method in class org.apache.tools.ant.Task
 
setSource(String) - Method in class org.apache.tools.ant.taskdefs.Javac
Set the value of source.
setSourceBase(File) - Method in class org.apache.tools.ant.taskdefs.Rmic
Sets the source dirs to find the source java files.
setSrc(File) - Method in class org.apache.tools.ant.types.ZipScanner
Sets the srcFile for scanning.
setSrc(File) - Method in class org.apache.tools.ant.types.ZipFileSet
Set the source Zip file for the zipfileset.
setSrcdir(Path) - Method in class org.apache.tools.ant.taskdefs.Javac
Set the source dirs to find the source Java files.
setStubVersion(String) - Method in class org.apache.tools.ant.taskdefs.Rmic
Sets the stub version.
setSystem() - Method in class org.apache.tools.ant.types.CommandlineJava.SysProperties
 
setSystemProperties() - Method in class org.apache.tools.ant.Project
 
setSystemProperties() - Method in class org.apache.tools.ant.types.CommandlineJava
 
setSystemProperties(CommandlineJava.SysProperties) - Method in class org.apache.tools.ant.taskdefs.ExecuteJava
 
setTarget(String) - Method in class org.apache.tools.ant.taskdefs.Ant
set the target to execute.
setTarget(String) - Method in class org.apache.tools.ant.taskdefs.Javac
Sets the target VM that the classes will be compiled for.
setTaskName(String) - Method in class org.apache.tools.ant.Task
Set the name to use in logging messages.
setThreadContextLoader() - Method in class org.apache.tools.ant.AntClassLoader
Set the current thread's context loader to this classloader, storing the current loader value for later resetting
setTo(String) - Method in class org.apache.tools.ant.types.Mapper
Set the argument to FileNameMapper.setTo
setTo(String) - Method in class org.apache.tools.ant.util.IdentityMapper
Ignored.
setTo(String) - Method in interface org.apache.tools.ant.util.FileNameMapper
Sets the to part of the transformation rule.
setTo(String) - Method in class org.apache.tools.ant.util.GlobPatternMapper
Sets the "to" pattern.
setTo(String) - Method in class org.apache.tools.ant.util.MergingMapper
Sets the name of the merged file.
setTo(String) - Method in class org.apache.tools.ant.util.FlatFileNameMapper
Ignored.
setTo(String) - Method in class org.apache.tools.ant.util.RegexpPatternMapper
Sets the "to" pattern.
setToken(String) - Method in class org.apache.tools.ant.types.FilterSet.Filter
Sets the Token attribute of the Filter object
setType(Mapper.MapperType) - Method in class org.apache.tools.ant.types.Mapper
Set the type of FileNameMapper to use.
setUnless(String) - Method in class org.apache.tools.ant.Target
 
setUnless(String) - Method in class org.apache.tools.ant.types.PatternSet.NameEntry
 
setupDirectoryScanner(FileScanner, Project) - Method in class org.apache.tools.ant.types.FileSet
 
setupJavacCommand() - Method in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
Does the command line argument processing common to classic and modern and adds the files to compile as well.
setupJavacCommandlineSwitches(Commandline) - Method in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
Does the command line argument processing common to classic and modern.
setupModernJavacCommand() - Method in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
Does the command line argument processing common to classic and modern and adds the files to compile as well.
setupRmicCommand() - Method in class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter
setup rmic argument for rmic.
setupRmicCommand(String[]) - Method in class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter
setup rmic argument for rmic.
setUserProperty(String, String) - Method in class org.apache.tools.ant.Project
 
setValue(String) - Method in class org.apache.tools.ant.types.Commandline.Argument
Sets a single commandline argument.
setValue(String) - Method in class org.apache.tools.ant.types.Environment.Variable
 
setValue(String) - Method in class org.apache.tools.ant.types.EnumeratedAttribute
Invoked by IntrospectionHelper.
setValue(String) - Method in class org.apache.tools.ant.types.FilterSet.Filter
Sets the Value attribute of the Filter object
setVerbose(boolean) - Method in class org.apache.tools.ant.taskdefs.Javac
Set the verbose flag.
setVerify(boolean) - Method in class org.apache.tools.ant.taskdefs.Rmic
Indicates that the classes found by the directory match should be checked to see if they implement java.rmi.Remote.
setVm(String) - Method in class org.apache.tools.ant.types.CommandlineJava
 
setVMLauncher(boolean) - Method in class org.apache.tools.ant.taskdefs.Execute
Launch this execution through the VM, where possible, rather than through the OS's shell.
setVmversion(String) - Method in class org.apache.tools.ant.types.CommandlineJava
 
setWorkingDirectory(File) - Method in class org.apache.tools.ant.taskdefs.Execute
Sets the working directory of the process to execute.
size() - Method in class org.apache.tools.ant.types.CommandlineJava
The size of the java command line.
size() - Method in class org.apache.tools.ant.types.CommandlineJava.SysProperties
 
size() - Method in class org.apache.tools.ant.types.Path
How many parts does this Path instance consist of.
size() - Method in class org.apache.tools.ant.types.Commandline
 
slowScan() - Method in class org.apache.tools.ant.DirectoryScanner
Toplevel invocation for the scan.
SourceFileScanner - class org.apache.tools.ant.util.SourceFileScanner.
Utility class that collects the functionality of the various scanDir methods that have been scattered in several tasks before.
SourceFileScanner(Task) - Constructor for class org.apache.tools.ant.util.SourceFileScanner
 
src - Variable in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 
srcFile - Variable in class org.apache.tools.ant.types.ZipScanner
The zip file which should be scanned.
start() - Method in interface org.apache.tools.ant.taskdefs.ExecuteStreamHandler
Start handling of the streams.
start(Process) - Method in class org.apache.tools.ant.taskdefs.ExecuteWatchdog
Watches the given process and terminates it, if it runs for too long.
stop() - Method in interface org.apache.tools.ant.taskdefs.ExecuteStreamHandler
Stop handling of the streams - will not be restarted.
stop() - Method in class org.apache.tools.ant.taskdefs.ExecuteWatchdog
Stops the watcher.
storeChild(Project, Object, Object, String) - Static method in class org.apache.tools.ant.ProjectHelper
Stores a configured child element into its parent object
storeElement(Project, Object, Object, String) - Method in class org.apache.tools.ant.IntrospectionHelper
Creates a named nested element.
supportsCharacters() - Method in class org.apache.tools.ant.IntrospectionHelper
Does the introspected class support PCDATA?
systemClasspath - Static variable in class org.apache.tools.ant.types.Path
 

T

target - Variable in class org.apache.tools.ant.Task
 
target - Variable in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 
Target - class org.apache.tools.ant.Target.
This class implements a target object with required parameters.
Target() - Constructor for class org.apache.tools.ant.Target
 
targetFinished(BuildEvent) - Method in class org.apache.tools.ant.AntClassLoader
 
targetFinished(BuildEvent) - Method in class org.apache.tools.ant.DefaultLogger
 
targetFinished(BuildEvent) - Method in class org.apache.tools.ant.NoBannerLogger
 
targetFinished(BuildEvent) - Method in interface org.apache.tools.ant.BuildListener
Fired when a target has finished.
targetFinished(BuildEvent) - Method in class org.apache.tools.ant.IntrospectionHelper
 
targetFinished(BuildEvent) - Method in class org.apache.tools.ant.XmlLogger
 
targetFinished(BuildEvent) - Method in class org.apache.tools.ant.listener.Log4jListener
 
targetName - Variable in class org.apache.tools.ant.NoBannerLogger
 
targetStarted(BuildEvent) - Method in class org.apache.tools.ant.AntClassLoader
 
targetStarted(BuildEvent) - Method in class org.apache.tools.ant.DefaultLogger
 
targetStarted(BuildEvent) - Method in class org.apache.tools.ant.NoBannerLogger
 
targetStarted(BuildEvent) - Method in interface org.apache.tools.ant.BuildListener
Fired when a target is started.
targetStarted(BuildEvent) - Method in class org.apache.tools.ant.IntrospectionHelper
 
targetStarted(BuildEvent) - Method in class org.apache.tools.ant.XmlLogger
 
targetStarted(BuildEvent) - Method in class org.apache.tools.ant.listener.Log4jListener
 
task - Variable in class org.apache.tools.ant.util.SourceFileScanner
 
Task - class org.apache.tools.ant.Task.
Base class for all tasks.
Task() - Constructor for class org.apache.tools.ant.Task
 
TaskAdapter - class org.apache.tools.ant.TaskAdapter.
Use introspection to "adapt" an arbitrary Bean ( not extending Task, but with similar patterns).
TaskAdapter() - Constructor for class org.apache.tools.ant.TaskAdapter
 
TaskContainer - interface org.apache.tools.ant.TaskContainer.
Interface for objects which can contain tasks
taskFinished(BuildEvent) - Method in class org.apache.tools.ant.AntClassLoader
 
taskFinished(BuildEvent) - Method in class org.apache.tools.ant.DefaultLogger
 
taskFinished(BuildEvent) - Method in interface org.apache.tools.ant.BuildListener
Fired when a task has finished.
taskFinished(BuildEvent) - Method in class org.apache.tools.ant.IntrospectionHelper
 
taskFinished(BuildEvent) - Method in class org.apache.tools.ant.XmlLogger
 
taskFinished(BuildEvent) - Method in class org.apache.tools.ant.listener.Log4jListener
 
taskName - Variable in class org.apache.tools.ant.Task
 
taskStarted(BuildEvent) - Method in class org.apache.tools.ant.AntClassLoader
 
taskStarted(BuildEvent) - Method in class org.apache.tools.ant.DefaultLogger
 
taskStarted(BuildEvent) - Method in interface org.apache.tools.ant.BuildListener
Fired when a task is started.
taskStarted(BuildEvent) - Method in class org.apache.tools.ant.IntrospectionHelper
 
taskStarted(BuildEvent) - Method in class org.apache.tools.ant.XmlLogger
 
taskStarted(BuildEvent) - Method in class org.apache.tools.ant.listener.Log4jListener
 
taskType - Variable in class org.apache.tools.ant.Task
 
to - Variable in class org.apache.tools.ant.types.Mapper
 
to - Variable in class org.apache.tools.ant.util.RegexpPatternMapper
 
toBoolean(String) - Static method in class org.apache.tools.ant.Project
returns the boolean equivalent of a string, which is considered true if either "on", "true", or "yes" is found, ignoring case.
TOKEN_END - Static variable in class org.apache.tools.ant.Project
 
TOKEN_START - Static variable in class org.apache.tools.ant.Project
 
tooManyAttributes() - Method in class org.apache.tools.ant.types.DataType
Creates an exception that indicates that refid has to be the only attribute if it is set.
topoSort(String, Hashtable) - Method in class org.apache.tools.ant.Project
Topologically sort a set of Targets.
toPostfix - Variable in class org.apache.tools.ant.util.GlobPatternMapper
Part of "to" pattern after the *.
toPrefix - Variable in class org.apache.tools.ant.util.GlobPatternMapper
Part of "to" pattern before the *.
toString() - Method in class org.apache.tools.ant.BuildException
Returns the location of the error and the error message.
toString() - Method in class org.apache.tools.ant.Target
 
toString() - Method in class org.apache.tools.ant.Location
Returns the file name, line number and a trailing space.
toString() - Method in class org.apache.tools.ant.types.CommandlineJava
 
toString() - Method in class org.apache.tools.ant.types.Path
Returns a textual representation of the path, which can be used as CLASSPATH or PATH environment variable definition.
toString() - Method in class org.apache.tools.ant.types.Commandline
 
toString() - Method in class org.apache.tools.ant.types.PatternSet
 
toString() - Method in class org.apache.tools.ant.types.PatternSet.NameEntry
 
toString(String[]) - Static method in class org.apache.tools.ant.types.Commandline
 
translateCommandline(String) - Static method in class org.apache.tools.ant.types.Commandline
 
translateFile(String) - Static method in class org.apache.tools.ant.types.Path
Returns its argument with all file separator characters replaced so that they match the local OS conventions.
translateFileSep(StringBuffer, int) - Static method in class org.apache.tools.ant.types.Path
Translates all occurrences of / or \ to correct separator of the current platform and returns whether it had to do any replacements.
translatePath(Project, String) - Static method in class org.apache.tools.ant.types.Path
Splits a PATH (with : or ; as separators) into its parts.
translatePath(String) - Static method in class org.apache.tools.ant.Project
Translate a path into its native (platform specific) format.
type - Variable in class org.apache.tools.ant.types.Mapper
 

U

UNKNOWN_LOCATION - Static variable in class org.apache.tools.ant.Location
 
UnknownElement - class org.apache.tools.ant.UnknownElement.
Wrapper class that holds all information necessary to create a task that did not exist when Ant started.
UnknownElement(String) - Constructor for class org.apache.tools.ant.UnknownElement
 
useDefaultExcludes - Variable in class org.apache.tools.ant.taskdefs.MatchingTask
 

V

value - Variable in class org.apache.tools.ant.types.EnumeratedAttribute
 
variables - Variable in class org.apache.tools.ant.types.Environment
 
verbose - Variable in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 

W

waitFor(Process) - Method in class org.apache.tools.ant.taskdefs.Execute
 
wrapper - Variable in class org.apache.tools.ant.Task
 
write(Element, Writer, int, String) - Method in class org.apache.tools.ant.util.DOMElementWriter
Writes a DOM tree to a stream.
write(int) - Method in class org.apache.tools.ant.DemuxOutputStream
Write the data to the buffer and flush the buffer, if a line separator is detected.

X

XmlLogger - class org.apache.tools.ant.XmlLogger.
Generates a "log.xml" file in the current directory with an XML description of what happened during a build.
XmlLogger() - Constructor for class org.apache.tools.ant.XmlLogger
Constructs a new BuildListener that logs build events to an XML file.
XsetIgnore(String) - Method in class org.apache.tools.ant.taskdefs.MatchingTask
List of filenames and directory names to not include.
XsetItems(String) - Method in class org.apache.tools.ant.taskdefs.MatchingTask
Set this to be the items in the base directory that you want to be included.

Z

ZipFileSet - class org.apache.tools.ant.types.ZipFileSet.
A ZipFileSet is a FileSet with extra attributes useful in the context of Zip/Jar tasks.
ZipFileSet() - Constructor for class org.apache.tools.ant.types.ZipFileSet
 
ZipScanner - class org.apache.tools.ant.types.ZipScanner.
ZipScanner accesses the pattern matching algorithm in DirectoryScanner, which are protected methods that can only be accessed by subclassing.
ZipScanner() - Constructor for class org.apache.tools.ant.types.ZipScanner
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z

Includes only those classes commonly used by task writers. The Ant 1.4.1 distribution includes complete Javadoc for all classes included in Ant, though in most cases these are not intended as APIs.