Cari di Apache Ant 
    Apache Ant Tutorial
Daftar Isi
(Sebelumnya) Index SPIndex U (Berikutnya)

Index T - Apache Ant API

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
addC | addF | addR | AN | Co | cr | getC | getD | getG | getM | getP | getS | getV
setB | setD | setE | setF | setG | setJ | setN | setP | setR | setS | setT | setV | SP

T

TabsToSpaces - Class in org.apache.tools.ant.filters
Converts tabs to spaces.
TabsToSpaces() - Constructor for class org.apache.tools.ant.filters.TabsToSpaces
Constructor for "dummy" instances.
TabsToSpaces(Reader) - Constructor for class org.apache.tools.ant.filters.TabsToSpaces
Creates a new filtered reader.
TAG - Static variable in class org.apache.tools.ant.taskdefs.Antlib
The name of this task
TailFilter - Class in org.apache.tools.ant.filters
Reads the last n lines of a stream.
TailFilter() - Constructor for class org.apache.tools.ant.filters.TailFilter
Constructor for "dummy" instances.
TailFilter(Reader) - Constructor for class org.apache.tools.ant.filters.TailFilter
Creates a new filtered reader.
Tar - Class in org.apache.tools.ant.taskdefs
Creates a tar archive.
Tar() - Constructor for class org.apache.tools.ant.taskdefs.Tar
 
tar(ResourceCollection, TarOutputStream) - Method in class org.apache.tools.ant.taskdefs.Tar
Adds the resources contained in this collection to the archive.
Tar.TarCompressionMethod - Class in org.apache.tools.ant.taskdefs
Valid Modes for Compression attribute to Tar Task
Tar.TarCompressionMethod() - Constructor for class org.apache.tools.ant.taskdefs.Tar.TarCompressionMethod
Default constructor
Tar.TarFileSet - Class in org.apache.tools.ant.taskdefs
This is a FileSet with the option to specify permissions and other attributes.
Tar.TarFileSet(FileSet) - Constructor for class org.apache.tools.ant.taskdefs.Tar.TarFileSet
Creates a new TarFileSet instance.
Tar.TarFileSet() - Constructor for class org.apache.tools.ant.taskdefs.Tar.TarFileSet
Creates a new TarFileSet instance.
Tar.TarLongFileMode - Class in org.apache.tools.ant.taskdefs
Set of options for long file handling in the task.
Tar.TarLongFileMode() - Constructor for class org.apache.tools.ant.taskdefs.Tar.TarLongFileMode
Constructor, defaults to "warn"
TarBuffer - Class in org.apache.tools.tar
The TarBuffer class implements the tar archive concept of a buffered input stream.
TarBuffer(InputStream) - Constructor for class org.apache.tools.tar.TarBuffer
Constructor for a TarBuffer on an input stream.
TarBuffer(InputStream, int) - Constructor for class org.apache.tools.tar.TarBuffer
Constructor for a TarBuffer on an input stream.
TarBuffer(InputStream, int, int) - Constructor for class org.apache.tools.tar.TarBuffer
Constructor for a TarBuffer on an input stream.
TarBuffer(OutputStream) - Constructor for class org.apache.tools.tar.TarBuffer
Constructor for a TarBuffer on an output stream.
TarBuffer(OutputStream, int) - Constructor for class org.apache.tools.tar.TarBuffer
Constructor for a TarBuffer on an output stream.
TarBuffer(OutputStream, int, int) - Constructor for class org.apache.tools.tar.TarBuffer
Constructor for a TarBuffer on an output stream.
TarConstants - Interface in org.apache.tools.tar
This interface contains all the definitions used in the package.
TarEntry - Class in org.apache.tools.tar
This class represents an entry in a Tar archive.
TarEntry(String) - Constructor for class org.apache.tools.tar.TarEntry
Construct an entry with only a name.
TarEntry(String, boolean) - Constructor for class org.apache.tools.tar.TarEntry
Construct an entry with only a name.
TarEntry(String, byte) - Constructor for class org.apache.tools.tar.TarEntry
Construct an entry with a name and a link flag.
TarEntry(File) - Constructor for class org.apache.tools.tar.TarEntry
Construct an entry for a file.
TarEntry(byte[]) - Constructor for class org.apache.tools.tar.TarEntry
Construct an entry from an archive's header bytes.
tarFile(File, TarOutputStream, String, Tar.TarFileSet) - Method in class org.apache.tools.ant.taskdefs.Tar
tar a file
TarFileSet - Class in org.apache.tools.ant.types
A TarFileSet is a FileSet with extra attributes useful in the context of Tar/Jar tasks.
TarFileSet() - Constructor for class org.apache.tools.ant.types.TarFileSet
Constructor for TarFileSet
TarFileSet(FileSet) - Constructor for class org.apache.tools.ant.types.TarFileSet
Constructor using a fileset arguement.
TarFileSet(TarFileSet) - Constructor for class org.apache.tools.ant.types.TarFileSet
Constructor using a tarfileset arguement.
Target - Class in org.apache.tools.ant
Class to implement a target object with required parameters.
Target() - Constructor for class org.apache.tools.ant.Target
Default constructor.
Target(Target) - Constructor for class org.apache.tools.ant.Target
Cloning constructor.
target - Variable in class org.apache.tools.ant.Task
Deprecated.
since 1.6.x. You should not be accessing this variable directly. Please use the Task.getOwningTarget() method.
target - Variable in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 
TARGET_LOG - Static variable in class org.apache.tools.ant.listener.CommonsLoggingListener
name of the category under which target events are logged
targetdir - Variable in class org.apache.tools.ant.types.selectors.MappingSelector
 
targetFilePos - Variable in class org.apache.tools.ant.taskdefs.ExecuteOn
 
targetFinished(BuildEvent) - Method in class org.apache.tools.ant.AntClassLoader
Empty implementation to satisfy the BuildListener interface.
targetFinished(BuildEvent) - Method in interface org.apache.tools.ant.BuildListener
Signals that a target has finished.
targetFinished(BuildEvent) - Method in class org.apache.tools.ant.DefaultLogger
No-op implementation.
targetFinished(BuildEvent) - Method in class org.apache.tools.ant.listener.CommonsLoggingListener
Signals that a target has finished.
targetFinished(BuildEvent) - Method in class org.apache.tools.ant.listener.Log4jListener
Signals that a target has finished.
targetFinished(BuildEvent) - Method in class org.apache.tools.ant.listener.ProfileLogger
Logs a message to say that the target has finished.
targetFinished(BuildEvent) - Method in class org.apache.tools.ant.NoBannerLogger
Resets the current target name to null.
targetFinished(BuildEvent) - Method in class org.apache.tools.ant.taskdefs.optional.junit.FailureRecorder
Not used Signals that a target has finished.
targetFinished(BuildEvent) - Method in class org.apache.tools.ant.taskdefs.optional.sound.AntSoundPlayer
Fired when a target has finished.
targetFinished(BuildEvent) - Method in class org.apache.tools.ant.taskdefs.Recorder
Empty implementation required by SubBuildListener interface.
targetFinished(BuildEvent) - Method in class org.apache.tools.ant.taskdefs.RecorderEntry
Signals that a target has finished.
targetFinished(BuildEvent) - Method in class org.apache.tools.ant.types.selectors.modifiedselector.ModifiedSelector
Signals that a target has finished.
targetFinished(BuildEvent) - Method in class org.apache.tools.ant.XmlLogger
Fired when a target finishes building, this adds the time taken and any error stacktrace to the appropriate target element in the log.
targetName - Variable in class org.apache.tools.ant.NoBannerLogger
Name of the current target, if it should be displayed on the next message.
targetStarted(BuildEvent) - Method in class org.apache.tools.ant.AntClassLoader
Empty implementation to satisfy the BuildListener interface.
targetStarted(BuildEvent) - Method in interface org.apache.tools.ant.BuildListener
Signals that a target is starting.
targetStarted(BuildEvent) - Method in class org.apache.tools.ant.DefaultLogger
Logs a message to say that the target has started if this logger allows information-level messages.
targetStarted(BuildEvent) - Method in class org.apache.tools.ant.listener.BigProjectLogger
Notes the name of the target so it can be logged if it generates any messages.
targetStarted(BuildEvent) - Method in class org.apache.tools.ant.listener.CommonsLoggingListener
Signals that a target is starting.
targetStarted(BuildEvent) - Method in class org.apache.tools.ant.listener.Log4jListener
Signals that a target is starting.
targetStarted(BuildEvent) - Method in class org.apache.tools.ant.listener.ProfileLogger
Logs a message to say that the target has started.
targetStarted(BuildEvent) - Method in class org.apache.tools.ant.NoBannerLogger
Notes the name of the target so it can be logged if it generates any messages.
targetStarted(BuildEvent) - Method in class org.apache.tools.ant.taskdefs.optional.junit.FailureRecorder
Not used Signals that a target is starting.
targetStarted(BuildEvent) - Method in class org.apache.tools.ant.taskdefs.optional.sound.AntSoundPlayer
Fired when a target is started.
targetStarted(BuildEvent) - Method in class org.apache.tools.ant.taskdefs.Recorder
Empty implementation required by SubBuildListener interface.
targetStarted(BuildEvent) - Method in class org.apache.tools.ant.taskdefs.RecorderEntry
Signals that a target is starting.
targetStarted(BuildEvent) - Method in class org.apache.tools.ant.types.selectors.modifiedselector.ModifiedSelector
Signals that a target is starting.
targetStarted(BuildEvent) - Method in class org.apache.tools.ant.XmlLogger
Fired when a target starts building, this pushes a timed element for the target onto the stack of elements for the current thread, remembering the current time and the name of the target.
TarInputStream - Class in org.apache.tools.tar
The TarInputStream reads a UNIX tar archive as an InputStream.
TarInputStream(InputStream) - Constructor for class org.apache.tools.tar.TarInputStream
Constructor for TarInputStream.
TarInputStream(InputStream, int) - Constructor for class org.apache.tools.tar.TarInputStream
Constructor for TarInputStream.
TarInputStream(InputStream, int, int) - Constructor for class org.apache.tools.tar.TarInputStream
Constructor for TarInputStream.
TarOutputStream - Class in org.apache.tools.tar
The TarOutputStream writes a UNIX tar archive as an OutputStream.
TarOutputStream(OutputStream) - Constructor for class org.apache.tools.tar.TarOutputStream
Constructor for TarInputStream.
TarOutputStream(OutputStream, int) - Constructor for class org.apache.tools.tar.TarOutputStream
Constructor for TarInputStream.
TarOutputStream(OutputStream, int, int) - Constructor for class org.apache.tools.tar.TarOutputStream
Constructor for TarInputStream.
tarResource(Resource, TarOutputStream, String, Tar.TarFileSet) - Method in class org.apache.tools.ant.taskdefs.Tar
tar a resource
TarResource - Class in org.apache.tools.ant.types.resources
A Resource representation of an entry in a tar archive.
TarResource() - Constructor for class org.apache.tools.ant.types.resources.TarResource
Default constructor.
TarResource(File, TarEntry) - Constructor for class org.apache.tools.ant.types.resources.TarResource
Construct a TarResource representing the specified entry in the specified archive.
TarResource(Resource, TarEntry) - Constructor for class org.apache.tools.ant.types.resources.TarResource
Construct a TarResource representing the specified entry in the specified archive.
TarScanner - Class in org.apache.tools.ant.types
Scans tar archives for resources.
TarScanner() - Constructor for class org.apache.tools.ant.types.TarScanner
 
TarUtils - Class in org.apache.tools.tar
This class provides static utility methods to work with byte streams.
TarUtils() - Constructor for class org.apache.tools.tar.TarUtils
 
Task - Class in org.apache.tools.ant
Base class for all tasks.
Task() - Constructor for class org.apache.tools.ant.Task
Sole constructor.
task - Variable in class org.apache.tools.ant.taskdefs.email.Mailer
 
task - Variable in class org.apache.tools.ant.taskdefs.JikesOutputParser
Deprecated.
 
task - Variable in class org.apache.tools.ant.taskdefs.optional.junit.AggregateTransformer
Task
task - Variable in class org.apache.tools.ant.util.SourceFileScanner
 
TaskAdapter - Class in org.apache.tools.ant
Uses introspection to "adapt" an arbitrary Bean which doesn't itself extend Task, but still contains an execute method and optionally a setProject method.
TaskAdapter() - Constructor for class org.apache.tools.ant.TaskAdapter
No-arg constructor for reflection.
TaskAdapter(Object) - Constructor for class org.apache.tools.ant.TaskAdapter
Constructor for given proxy.
TaskConfigurationChecker - Class in org.apache.tools.ant
Helper class for the check of the configuration of a given task.
TaskConfigurationChecker(Task) - Constructor for class org.apache.tools.ant.TaskConfigurationChecker
Constructor.
TaskContainer - Interface in org.apache.tools.ant
Interface for objects which can contain tasks.
Taskdef - Class in org.apache.tools.ant.taskdefs
Adds a task definition to the current project, such that this new task can be used in the current project.
Taskdef() - Constructor for class org.apache.tools.ant.taskdefs.Taskdef
Default constructor.
TASKDEF_PROPERTIES_RESOURCE - Static variable in class org.apache.tools.ant.MagicNames
name of the resource that taskdefs are stored under.
TASKDEF_TYPE_JAVACC - Static variable in class org.apache.tools.ant.taskdefs.optional.javacc.JavaCC
 
TASKDEF_TYPE_JJDOC - Static variable in class org.apache.tools.ant.taskdefs.optional.javacc.JavaCC
 
TASKDEF_TYPE_JJTREE - Static variable in class org.apache.tools.ant.taskdefs.optional.javacc.JavaCC
 
taskFinished(BuildEvent) - Method in class org.apache.tools.ant.AntClassLoader
Empty implementation to satisfy the BuildListener interface.
taskFinished(BuildEvent) - Method in interface org.apache.tools.ant.BuildListener
Signals that a task has finished.
taskFinished(BuildEvent) - Method in class org.apache.tools.ant.DefaultLogger
No-op implementation.
taskFinished(BuildEvent) - Method in class org.apache.tools.ant.listener.CommonsLoggingListener
Signals that a task has finished.
taskFinished(BuildEvent) - Method in class org.apache.tools.ant.listener.Log4jListener
Signals that a task has finished.
taskFinished(BuildEvent) - Method in class org.apache.tools.ant.listener.ProfileLogger
Logs a message to say that the task has finished.
taskFinished(BuildEvent) - Method in class org.apache.tools.ant.taskdefs.optional.junit.FailureRecorder
The task outside of this JUnitResultFormatter is the task.
taskFinished(BuildEvent) - Method in class org.apache.tools.ant.taskdefs.optional.sound.AntSoundPlayer
Fired when a task has finished.
taskFinished(BuildEvent) - Method in class org.apache.tools.ant.taskdefs.Recorder
Empty implementation required by SubBuildListener interface.
taskFinished(BuildEvent) - Method in class org.apache.tools.ant.taskdefs.RecorderEntry
Signals that a task has finished.
taskFinished(BuildEvent) - Method in class org.apache.tools.ant.types.selectors.modifiedselector.ModifiedSelector
Signals that a task has finished.
taskFinished(BuildEvent) - Method in class org.apache.tools.ant.XmlLogger
Fired when a task finishes building, this adds the time taken and any error stacktrace to the appropriate task element in the log.
TaskLogger - Class in org.apache.tools.ant.util
A facade that makes logging nicer to use.
TaskLogger(Task) - Constructor for class org.apache.tools.ant.util.TaskLogger
Constructor for the TaskLogger
taskName - Variable in class org.apache.tools.ant.Task
Deprecated.
since 1.6.x. You should not be accessing this variable directly. Please use the Task.getTaskName() method.
TaskOutputStream - Class in org.apache.tools.ant.taskdefs
Deprecated.
since 1.2.x. Use LogOutputStream instead.
taskStarted(BuildEvent) - Method in class org.apache.tools.ant.AntClassLoader
Empty implementation to satisfy the BuildListener interface.
taskStarted(BuildEvent) - Method in interface org.apache.tools.ant.BuildListener
Signals that a task is starting.
taskStarted(BuildEvent) - Method in class org.apache.tools.ant.DefaultLogger
No-op implementation.
taskStarted(BuildEvent) - Method in class org.apache.tools.ant.listener.BigProjectLogger
No-op implementation.
taskStarted(BuildEvent) - Method in class org.apache.tools.ant.listener.CommonsLoggingListener
Signals that a task is starting.
taskStarted(BuildEvent) - Method in class org.apache.tools.ant.listener.Log4jListener
Signals that a task is starting.
taskStarted(BuildEvent) - Method in class org.apache.tools.ant.listener.ProfileLogger
Logs a message to say that the task has started.
taskStarted(BuildEvent) - Method in class org.apache.tools.ant.taskdefs.optional.junit.FailureRecorder
Not used Signals that a task is starting.
taskStarted(BuildEvent) - Method in class org.apache.tools.ant.taskdefs.optional.sound.AntSoundPlayer
Fired when a task is started.
taskStarted(BuildEvent) - Method in class org.apache.tools.ant.taskdefs.Recorder
Empty implementation required by SubBuildListener interface.
taskStarted(BuildEvent) - Method in class org.apache.tools.ant.taskdefs.RecorderEntry
Signals that a task is starting.
taskStarted(BuildEvent) - Method in class org.apache.tools.ant.types.selectors.modifiedselector.ModifiedSelector
Signals that a task is starting.
taskStarted(BuildEvent) - Method in class org.apache.tools.ant.XmlLogger
Fired when a task starts building, this pushes a timed element for the task onto the stack of elements for the current thread, remembering the current time and the name of the task.
taskString - Variable in class org.apache.tools.ant.taskdefs.optional.net.RExecTask.RExecSubTask
 
taskString - Variable in class org.apache.tools.ant.taskdefs.optional.net.TelnetTask.TelnetSubTask
 
taskType - Variable in class org.apache.tools.ant.Task
Deprecated.
since 1.6.x. You should not be accessing this variable directly. Please use the Task.getTaskType() method.
TEARDOWN_EXCEPTION - Static variable in class org.apache.tools.ant.taskdefs.optional.testing.Funtest
Teardown exception : "Teardown Exception"
TearDownOnVmCrash - Class in org.apache.tools.ant.taskdefs.optional.junit
Formatter that doesn't create any output but tries to invoke the tearDown method on a testcase if that test was forked and caused a timeout or VM crash.
TearDownOnVmCrash() - Constructor for class org.apache.tools.ant.taskdefs.optional.junit.TearDownOnVmCrash
 
TeeOutputStream - Class in org.apache.tools.ant.util
A simple T-piece to replicate an output stream into two separate streams
TeeOutputStream(OutputStream, OutputStream) - Constructor for class org.apache.tools.ant.util.TeeOutputStream
Constructor for TeeOutputStream.
TelnetTask - Class in org.apache.tools.ant.taskdefs.optional.net
Automates the telnet protocol.
TelnetTask() - Constructor for class org.apache.tools.ant.taskdefs.optional.net.TelnetTask
 
TelnetTask.AntTelnetClient - Class in org.apache.tools.ant.taskdefs.optional.net
This class handles the abstraction of the telnet protocol.
TelnetTask.AntTelnetClient() - Constructor for class org.apache.tools.ant.taskdefs.optional.net.TelnetTask.AntTelnetClient
 
TelnetTask.TelnetRead - Class in org.apache.tools.ant.taskdefs.optional.net
Reads the output from the connected server until the required string is found or we time out.
TelnetTask.TelnetRead() - Constructor for class org.apache.tools.ant.taskdefs.optional.net.TelnetTask.TelnetRead
 
TelnetTask.TelnetSubTask - Class in org.apache.tools.ant.taskdefs.optional.net
This class is the parent of the Read and Write tasks.
TelnetTask.TelnetSubTask() - Constructor for class org.apache.tools.ant.taskdefs.optional.net.TelnetTask.TelnetSubTask
 
TelnetTask.TelnetWrite - Class in org.apache.tools.ant.taskdefs.optional.net
Sends text to the connected server
TelnetTask.TelnetWrite() - Constructor for class org.apache.tools.ant.taskdefs.optional.net.TelnetTask.TelnetWrite
 
TempFile - Class in org.apache.tools.ant.taskdefs
This task sets a property to the name of a temporary file.
TempFile() - Constructor for class org.apache.tools.ant.taskdefs.TempFile
 
testAvailability(String) - Method in class org.apache.tools.ant.util.regexp.RegexpMatcherFactory
Test if a particular class is available to be used.
TESTCASE - Static variable in interface org.apache.tools.ant.taskdefs.optional.junit.XMLConstants
the testcase element
testIfCondition(Object) - Method in class org.apache.tools.ant.PropertyHelper
Returns true if the value is null or an empty string, can be interpreted as a true value or cannot be interpreted as a false value and a property of the value's name exists.
TESTLISTENER_PREFIX - Static variable in class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask
 
TESTSUITE - Static variable in interface org.apache.tools.ant.taskdefs.optional.junit.XMLConstants
the testsuite element
TESTSUITES - Static variable in interface org.apache.tools.ant.taskdefs.optional.junit.XMLConstants
the testsuites element for the aggregate document
testUnlessCondition(Object) - Method in class org.apache.tools.ant.PropertyHelper
Returns true if the value is null or an empty string, can be interpreted as a false value or cannot be interpreted as a true value and a property of the value's name doesn't exist.
Text - Class in org.apache.tools.ant.types.optional.image
 
Text() - Constructor for class org.apache.tools.ant.types.optional.image.Text
 
THROW - Static variable in class org.apache.tools.zip.ExtraFieldUtils.UnparseableExtraField
Throw an exception if field cannot be parsed.
THROW_KEY - Static variable in class org.apache.tools.zip.ExtraFieldUtils.UnparseableExtraField
Key for "throw an exception" action.
throwBuildException(Exception) - Static method in class org.apache.tools.ant.util.ReflectUtil
A method to convert an invocationTargetException to a buildexception and throw it.
throwNotSupported(Project, Object, String) - Method in class org.apache.tools.ant.IntrospectionHelper
Utility method to throw a NotSupported exception
TIME_CURRENT - Static variable in interface org.apache.tools.ant.taskdefs.optional.vss.MSVSSConstants
The text for current (default) timestamp
TIME_MODIFIED - Static variable in interface org.apache.tools.ant.taskdefs.optional.vss.MSVSSConstants
The text for modified timestamp
TIME_UPDATED - Static variable in interface org.apache.tools.ant.taskdefs.optional.vss.MSVSSConstants
The text for updated timestamp
TimeComparison - Class in org.apache.tools.ant.types
EnumeratedAttribute for time comparisons.
TimeComparison() - Constructor for class org.apache.tools.ant.types.TimeComparison
Default constructor.
TimeComparison(String) - Constructor for class org.apache.tools.ant.types.TimeComparison
Construct a new TimeComparison with the specified value.
timedOut - Variable in class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.TestResultHolder
true if the test timed out
TimeoutObserver - Interface in org.apache.tools.ant.util
Interface for classes that want to be notified by Watchdog.
timeoutOccured(Watchdog) - Method in class org.apache.tools.ant.taskdefs.ExecuteJava
Mark timeout as having occurred.
timeoutOccured(Watchdog) - Method in class org.apache.tools.ant.taskdefs.ExecuteWatchdog
Called after watchdog has finished.
timeoutOccured(Watchdog) - Method in interface org.apache.tools.ant.util.TimeoutObserver
Called when the watchdow times out.
TIMESTAMP - Static variable in interface org.apache.tools.ant.taskdefs.optional.junit.XMLConstants
timestamp of test cases
TimestampedLogger - Class in org.apache.tools.ant.listener
Like a normal logger, except with timed outputs
TimestampedLogger() - Constructor for class org.apache.tools.ant.listener.TimestampedLogger
 
TMAGIC - Static variable in interface org.apache.tools.tar.TarConstants
The magic tag representing a POSIX tar archive.
to - Variable in class org.apache.tools.ant.types.Mapper
 
to - Variable in class org.apache.tools.ant.util.RegexpPatternMapper
 
to(String) - Method in class org.apache.tools.mail.MailMessage
Sets the to address.
toBoolean(String) - Static method in class org.apache.tools.ant.Project
Return the boolean equivalent of a string, which is considered true if either "on", "true", or "yes" is found, ignoring case.
toBoolean(Object) - Static method in class org.apache.tools.ant.PropertyHelper
If the given object can be interpreted as a true/false value, turn it into a matching Boolean - otherwise return null.
toBuildException(Exception) - Static method in class org.apache.tools.ant.util.ReflectUtil
A method to convert an invocationTargetException to a buildexception.
toCommand() - Method in class org.apache.tools.ant.types.Assertions.BaseAssertion
create a full command string from this class
toDir - Variable in class org.apache.tools.ant.taskdefs.optional.junit.AggregateTransformer
the destination directory, this is the root from where html should be generated
toDir - Variable in class org.apache.tools.ant.taskdefs.optional.junit.XMLResultAggregator
the directory to write the file to
toDosTime(Date) - Static method in class org.apache.tools.zip.ZipOutputStream
Convert a Date object to a DOS date/time field.
toDosTime(long) - Static method in class org.apache.tools.zip.ZipOutputStream
Convert a Date object to a DOS date/time field.
toExtensions(Project) - Method in class org.apache.tools.ant.taskdefs.optional.extension.ExtensionSet
Extract a set of Extension objects from the ExtensionSet.
toFile - Variable in class org.apache.tools.ant.taskdefs.optional.junit.XMLResultAggregator
the name of the result file
toFileArray(String[]) - Method in class org.apache.tools.ant.types.RedirectorElement
Return a File[] from the specified set of filenames.
TOKEN_END - Static variable in class org.apache.tools.ant.Project
Default filter end token.
TOKEN_START - Static variable in class org.apache.tools.ant.Project
Default filter start token.
TokenFilter - Class in org.apache.tools.ant.filters
This splits up input into tokens and passes the tokens to a sequence of filters.
TokenFilter() - Constructor for class org.apache.tools.ant.filters.TokenFilter
Constructor for "dummy" instances.
TokenFilter(Reader) - Constructor for class org.apache.tools.ant.filters.TokenFilter
Creates a new filtered reader.
TokenFilter.ChainableReaderFilter - Class in org.apache.tools.ant.filters
Abstract class that converts derived filter classes into ChainableReaderFilter's
TokenFilter.ChainableReaderFilter() - Constructor for class org.apache.tools.ant.filters.TokenFilter.ChainableReaderFilter
 
TokenFilter.ContainsRegex - Class in org.apache.tools.ant.filters
filter to filter tokens matching regular expressions.
TokenFilter.ContainsRegex() - Constructor for class org.apache.tools.ant.filters.TokenFilter.ContainsRegex
 
TokenFilter.ContainsString - Class in org.apache.tools.ant.filters
Simple filter to filter lines contains strings
TokenFilter.ContainsString() - Constructor for class org.apache.tools.ant.filters.TokenFilter.ContainsString
 
TokenFilter.DeleteCharacters - Class in org.apache.tools.ant.filters
Filter to delete characters
TokenFilter.DeleteCharacters() - Constructor for class org.apache.tools.ant.filters.TokenFilter.DeleteCharacters
 
TokenFilter.FileTokenizer - Class in org.apache.tools.ant.filters
class to read the complete input into a string
TokenFilter.FileTokenizer() - Constructor for class org.apache.tools.ant.filters.TokenFilter.FileTokenizer
 
TokenFilter.Filter - Interface in org.apache.tools.ant.filters
string filters implement this interface
TokenFilter.IgnoreBlank - Class in org.apache.tools.ant.filters
Filter remove empty tokens
TokenFilter.IgnoreBlank() - Constructor for class org.apache.tools.ant.filters.TokenFilter.IgnoreBlank
 
TokenFilter.ReplaceRegex - Class in org.apache.tools.ant.filters
filter to replace regex.
TokenFilter.ReplaceRegex() - Constructor for class org.apache.tools.ant.filters.TokenFilter.ReplaceRegex
 
TokenFilter.ReplaceString - Class in org.apache.tools.ant.filters
Simple replace string filter.
TokenFilter.ReplaceString() - Constructor for class org.apache.tools.ant.filters.TokenFilter.ReplaceString
 
TokenFilter.StringTokenizer - Class in org.apache.tools.ant.filters
class to tokenize the input as areas separated by white space, or by a specified list of delim characters.
TokenFilter.StringTokenizer() - Constructor for class org.apache.tools.ant.filters.TokenFilter.StringTokenizer
 
TokenFilter.Trim - Class in org.apache.tools.ant.filters
Filter to trim white space
TokenFilter.Trim() - Constructor for class org.apache.tools.ant.filters.TokenFilter.Trim
 
TokenizedPath - Class in org.apache.tools.ant.types.selectors
Container for a path that has been split into its components.
TokenizedPath(String) - Constructor for class org.apache.tools.ant.types.selectors.TokenizedPath
Initialize the TokenizedPath by parsing it.
TokenizedPath(TokenizedPath, String) - Constructor for class org.apache.tools.ant.types.selectors.TokenizedPath
Creates a new path as a child of another path.
TokenizedPattern - Class in org.apache.tools.ant.types.selectors
Provides reusable path pattern matching.
TokenizedPattern(String) - Constructor for class org.apache.tools.ant.types.selectors.TokenizedPattern
Initialize the PathPattern by parsing it.
tokenizePath(String) - Static method in class org.apache.tools.ant.types.selectors.SelectorUtils
Breaks a path up into a Vector of path elements, tokenizing on File.separator.
tokenizePath(String, String) - Static method in class org.apache.tools.ant.types.selectors.SelectorUtils
Breaks a path up into a Vector of path elements, tokenizing on
Tokenizer - Interface in org.apache.tools.ant.util
input stream tokenizers implement this interface
Tokens - Class in org.apache.tools.ant.types.resources
ResourceCollection consisting of StringResources gathered from tokenizing another ResourceCollection with a Tokenizer implementation.
Tokens() - Constructor for class org.apache.tools.ant.types.resources.Tokens
 
toList - Variable in class org.apache.tools.ant.taskdefs.email.Mailer
 
toLongString() - Method in class org.apache.tools.ant.types.Resource
Get a long String representation of this Resource.
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.
toOperation(String) - Static method in class org.apache.tools.ant.taskdefs.optional.PropertyFile.Entry.Operation
Convert string to index.
toPattern() - Method in class org.apache.tools.ant.types.selectors.TokenizedPath
Creates a TokenizedPattern from the same tokens that make up this path.
topoSort(String, Hashtable) - Method in class org.apache.tools.ant.Project
Topologically sort a set of targets.
topoSort(String, Hashtable, boolean) - Method in class org.apache.tools.ant.Project
Topologically sort a set of targets.
topoSort(String[], Hashtable, boolean) - 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.AntClassLoader
Returns a String representing this loader.
toString() - Method in exception org.apache.tools.ant.BuildException
Returns the location of the error and the error message.
toString() - Method in class org.apache.tools.ant.Location
Returns the file name, line number, a colon and a trailing space.
toString() - Method in class org.apache.tools.ant.ProjectHelper.OnMissingExtensionPoint
 
toString() - Method in class org.apache.tools.ant.property.NullReturn
toString() - Method in class org.apache.tools.ant.Target
Returns the name of this target.
toString() - Method in class org.apache.tools.ant.taskdefs.cvslib.CVSEntry
Gets a String containing author, date, files and comment
toString() - Method in class org.apache.tools.ant.taskdefs.cvslib.CvsTagEntry
Gets a String containing filename and difference from previous version
toString() - Method in class org.apache.tools.ant.taskdefs.email.EmailAddress
Constructs a string "name <address>" or "address"
toString(ByteArrayOutputStream) - Static method in class org.apache.tools.ant.taskdefs.Execute
ByteArrayOutputStream#toString doesn't seem to work reliably on OS/390, at least not the way we use it in the execution context.
toString() - Method in class org.apache.tools.ant.taskdefs.GenerateKey.DistinguishedName
Generate a string rep of this distinguished name.
toString() - Method in class org.apache.tools.ant.taskdefs.Javadoc.PackageName
Return a string rep for this object.
toString() - Method in class org.apache.tools.ant.taskdefs.Manifest
Convert the manifest to its string representation
toString() - Method in class org.apache.tools.ant.taskdefs.optional.depend.constantpool.ClassCPInfo
Generate a string readable version of this entry
toString() - Method in class org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPool
Dump the constant pool to a string.
toString() - Method in class org.apache.tools.ant.taskdefs.optional.depend.constantpool.DoubleCPInfo
Print a readable version of the constant pool entry.
toString() - Method in class org.apache.tools.ant.taskdefs.optional.depend.constantpool.FieldRefCPInfo
Print a readable version of the constant pool entry.
toString() - Method in class org.apache.tools.ant.taskdefs.optional.depend.constantpool.FloatCPInfo
Print a readable version of the constant pool entry.
toString() - Method in class org.apache.tools.ant.taskdefs.optional.depend.constantpool.IntegerCPInfo
Print a readable version of the constant pool entry.
toString() - Method in class org.apache.tools.ant.taskdefs.optional.depend.constantpool.InterfaceMethodRefCPInfo
Print a readable version of the constant pool entry.
toString() - Method in class org.apache.tools.ant.taskdefs.optional.depend.constantpool.LongCPInfo
Print a readable version of the constant pool entry.
toString() - Method in class org.apache.tools.ant.taskdefs.optional.depend.constantpool.MethodRefCPInfo
Print a readable version of the constant pool entry.
toString() - Method in class org.apache.tools.ant.taskdefs.optional.depend.constantpool.NameAndTypeCPInfo
Print a readable version of the constant pool entry.
toString() - Method in class org.apache.tools.ant.taskdefs.optional.depend.constantpool.StringCPInfo
Print a readable version of the constant pool entry.
toString() - Method in class org.apache.tools.ant.taskdefs.optional.depend.constantpool.Utf8CPInfo
Print a readable version of the constant pool entry.
toString() - Method in class org.apache.tools.ant.taskdefs.optional.extension.Compatability
Return name of compatability level.
toString() - Method in class org.apache.tools.ant.taskdefs.optional.extension.Compatibility
Return name of compatibility level.
toString() - Method in class org.apache.tools.ant.taskdefs.optional.extension.Extension
Return a String representation of this object.
toString() - Method in class org.apache.tools.ant.taskdefs.optional.extension.ExtensionAdapter
a debug toString method.
toString() - Method in class org.apache.tools.ant.taskdefs.optional.extension.ExtensionSet
 
toString() - Method in class org.apache.tools.ant.taskdefs.optional.extension.resolvers.AntResolver
Returns a string representation
toString() - Method in class org.apache.tools.ant.taskdefs.optional.extension.resolvers.LocationResolver
Returns a string representation of the Location
toString() - Method in class org.apache.tools.ant.taskdefs.optional.extension.resolvers.URLResolver
Returns a string representation of the URL
toString() - Method in class org.apache.tools.ant.taskdefs.optional.extension.Specification
Return a String representation of this object.
toString() - Method in class org.apache.tools.ant.taskdefs.optional.junit.FailureRecorder.TestInfos
This String-Representation can directly be used for instantiation of the JUnit testcase.
toString() - Method in class org.apache.tools.ant.taskdefs.optional.junit.JUnit4TestMethodAdapter
 
toString() - Method in class org.apache.tools.ant.taskdefs.optional.net.FTP.FTPDirectoryScanner.AntFTPFile
Get a string rep of this object.
toString() - Method in class org.apache.tools.ant.taskdefs.optional.net.FTPTaskMirrorImpl.FTPDirectoryScanner.AntFTPFile
Get a string rep of this object.
toString() - Method in class org.apache.tools.ant.taskdefs.optional.SchemaValidate.SchemaLocation
Returns a string representation of the object for error messages and the like
toString() - Method in class org.apache.tools.ant.taskdefs.Property
get the value of this property
toString() - Method in class org.apache.tools.ant.types.AbstractFileSet
Returns included files as a list of semicolon-separated filenames.
toString() - Method in class org.apache.tools.ant.types.ArchiveFileSet
For file-based archivefilesets, return the same as for normal filesets; else just return the path of the zip.
toString() - Method in class org.apache.tools.ant.types.Commandline
Return the command line as a string.
toString(String[]) - Static method in class org.apache.tools.ant.types.Commandline
Quote the parts of the given array in way that makes them usable as command line arguments.
toString() - Method in class org.apache.tools.ant.types.CommandlineJava
Get a string description.
toString() - Method in class org.apache.tools.ant.types.DataType
Basic DataType toString().
toString() - Method in class org.apache.tools.ant.types.DirSet
Returns included directories as a list of semicolon-separated paths.
toString() - Method in class org.apache.tools.ant.types.EnumeratedAttribute
Convert the value to its string form.
toString() - Method in class org.apache.tools.ant.types.FlexInteger
Overridden method to return the decimal value for display
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.PatternSet.NameEntry
 
toString() - Method in class org.apache.tools.ant.types.PatternSet
 
toString() - Method in class org.apache.tools.ant.types.Permissions.Permission
Get a string description of the permissions.
toString() - Method in class org.apache.tools.ant.types.PropertySet.PropertyRef
A debug toString().
toString() - Method in class org.apache.tools.ant.types.PropertySet
A debug toString.
toString() - Method in class org.apache.tools.ant.types.Resource
Get the string representation of this Resource.
toString() - Method in class org.apache.tools.ant.types.resources.AbstractResourceCollectionWrapper
Format this BaseResourceCollectionWrapper as a String.
toString() - Method in class org.apache.tools.ant.types.resources.ArchiveResource
Format this Resource as a String.
toString() - Method in class org.apache.tools.ant.types.resources.BaseResourceCollectionContainer
Format this BaseResourceCollectionContainer as a String.
toString() - Method in class org.apache.tools.ant.types.resources.CompressedResource
Get the string representation of this Resource.
toString() - Method in class org.apache.tools.ant.types.resources.FileResource
Get the string representation of this Resource.
toString() - Method in class org.apache.tools.ant.types.resources.Files
Format this Files collection as a String.
toString() - Method in class org.apache.tools.ant.types.resources.PropertyResource
Get the string representation of this Resource.
toString() - Method in class org.apache.tools.ant.types.resources.Resources
Format this Resources as a String.
toString() - Method in class org.apache.tools.ant.types.resources.Restrict
Format this Restrict collection as a String.
toString() - Method in class org.apache.tools.ant.types.resources.StringResource
Get the string.
toString() - Method in class org.apache.tools.ant.types.resources.URLResource
Return this URLResource formatted as a String.
toString() - Method in class org.apache.tools.ant.types.selectors.AbstractSelectorContainer
Convert the Selectors within this container to a string.
toString() - Method in class org.apache.tools.ant.types.selectors.AndSelector
 
toString() - Method in class org.apache.tools.ant.types.selectors.BaseSelectorContainer
Convert the Selectors within this container to a string.
toString() - Method in class org.apache.tools.ant.types.selectors.ContainsRegexpSelector
 
toString() - Method in class org.apache.tools.ant.types.selectors.ContainsSelector
 
toString() - Method in class org.apache.tools.ant.types.selectors.DateSelector
 
toString() - Method in class org.apache.tools.ant.types.selectors.DependSelector
 
toString() - Method in class org.apache.tools.ant.types.selectors.DepthSelector
 
toString() - Method in class org.apache.tools.ant.types.selectors.FilenameSelector
 
toString() - Method in class org.apache.tools.ant.types.selectors.MajoritySelector
 
toString() - Method in class org.apache.tools.ant.types.selectors.modifiedselector.ChecksumAlgorithm
Override Object.toString().
toString() - Method in class org.apache.tools.ant.types.selectors.modifiedselector.DigestAlgorithm
Override Object.toString().
toString() - Method in class org.apache.tools.ant.types.selectors.modifiedselector.EqualComparator
Override Object.toString().
toString() - Method in class org.apache.tools.ant.types.selectors.modifiedselector.HashvalueAlgorithm
Override Object.toString().
toString() - Method in class org.apache.tools.ant.types.selectors.modifiedselector.ModifiedSelector
Override Object.toString().
toString() - Method in class org.apache.tools.ant.types.selectors.modifiedselector.PropertiesfileCache
Override Object.toString().
toString() - Method in class org.apache.tools.ant.types.selectors.NoneSelector
 
toString() - Method in class org.apache.tools.ant.types.selectors.NotSelector
 
toString() - Method in class org.apache.tools.ant.types.selectors.OrSelector
 
toString() - Method in class org.apache.tools.ant.types.selectors.PresentSelector
 
toString() - Method in class org.apache.tools.ant.types.selectors.SelectSelector
 
toString() - Method in class org.apache.tools.ant.types.selectors.SizeSelector
Returns a String object representing the specified SizeSelector.
toString() - Method in class org.apache.tools.ant.types.selectors.TokenizedPath
 
toString() - Method in class org.apache.tools.ant.types.selectors.TokenizedPattern
 
toString() - Method in class org.apache.tools.ant.types.selectors.TypeSelector
 
toString() - Method in class org.apache.tools.ant.util.DeweyDecimal
Return string representation of DeweyDecimal.
toString() - Method in class org.apache.tools.ant.util.java15.ProxyDiagnostics
Get the diagnostics for proxy information.
toString() - Method in class org.apache.tools.ant.util.LinkedHashtable
 
toString() - Method in class org.apache.tools.zip.ZipOutputStream.UnicodeExtraFieldPolicy
 
toType(String) - Static method in class org.apache.tools.ant.taskdefs.optional.PropertyFile.Entry.Type
Convert string to index.
Touch - Class in org.apache.tools.ant.taskdefs
Touch a file and/or fileset(s) and/or filelist(s); corresponds to the Unix touch command.
Touch() - Constructor for class org.apache.tools.ant.taskdefs.Touch
Construct a new Touch task.
touch() - Method in class org.apache.tools.ant.taskdefs.Touch
Does the actual work; assumes everything has been checked by now.
touch(File) - Method in class org.apache.tools.ant.taskdefs.Touch
Deprecated.
since 1.6.x.
touch(long) - Method in class org.apache.tools.ant.types.resources.FileResource
Implement the Touchable interface.
touch(long) - Method in interface org.apache.tools.ant.types.resources.Touchable
Method called to "touch" the resource.
Touch.DateFormatFactory - Interface in org.apache.tools.ant.taskdefs
 
Touchable - Interface in org.apache.tools.ant.types.resources
Interface to be implemented by "touchable" resources; that is, those whose modification time can be altered.
toURI(String) - Method in class org.apache.tools.ant.util.FileUtils
Constructs a file: URI that represents the external form of the given pathname.
toVMSPath(File) - Method in class org.apache.tools.ant.util.FileUtils
Returns a VMS String representation of a File object.
trackProgress(long, long, int) - Method in class org.apache.tools.ant.taskdefs.optional.ssh.AbstractSshMessage
Track progress every 10% if 100kb < filesize < 1mb.
transferFiles(FTPClient, FileSet) - Method in class org.apache.tools.ant.taskdefs.optional.net.FTP
For each file in the fileset, do the appropriate action: send, get, delete, or list.
transferFiles(FTPClient) - Method in class org.apache.tools.ant.taskdefs.optional.net.FTP
Sends all files specified by the configured filesets to the remote server.
transferFiles(FTPClient, FileSet) - Method in class org.apache.tools.ant.taskdefs.optional.net.FTPTaskMirrorImpl
For each file in the fileset, do the appropriate action: send, get, delete, or list.
transferFiles(FTPClient) - Method in class org.apache.tools.ant.taskdefs.optional.net.FTPTaskMirrorImpl
Sends all files specified by the configured filesets to the remote server.
transform() - Method in class org.apache.tools.ant.taskdefs.optional.junit.AggregateTransformer
transformation
transform(File, File) - Method in class org.apache.tools.ant.taskdefs.optional.TraXLiaison
Transform an input file.
Transform - Class in org.apache.tools.ant.taskdefs
Has been merged into ExecuteOn, empty class for backwards compatibility.
Transform() - Constructor for class org.apache.tools.ant.taskdefs.Transform
 
transform(File, File) - Method in interface org.apache.tools.ant.taskdefs.XSLTLiaison
Perform the transformation of a file into another.
transformers - Variable in class org.apache.tools.ant.taskdefs.optional.junit.XMLResultAggregator
 
TransformOperation - Class in org.apache.tools.ant.types.optional.image
 
TransformOperation() - Constructor for class org.apache.tools.ant.types.optional.image.TransformOperation
 
Translate - Class in org.apache.tools.ant.taskdefs.optional.i18n
Translates text embedded in files using Resource Bundle files.
Translate() - Constructor for class org.apache.tools.ant.taskdefs.optional.i18n.Translate
 
translateCommandline(String) - Static method in class org.apache.tools.ant.types.Commandline
Crack a command line.
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 occurrences at a position of / or to correct separator of the current platform and returns whether it had to do a replacement.
translatePath(String) - Static method in class org.apache.tools.ant.Project
Deprecated.
since 1.7 Use FileUtils.translatePath instead.
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.util.FileUtils
Translate a path into its native (platform specific) format.
TraXLiaison - Class in org.apache.tools.ant.taskdefs.optional
Concrete liaison for XSLT processor implementing TraX.
TraXLiaison() - Constructor for class org.apache.tools.ant.taskdefs.optional.TraXLiaison
Constructor for TraXLiaison.
trimSeparator(String) - Static method in class org.apache.tools.ant.types.ArchiveScanner
Remove trailing slash if present.
TRUNCATE - Static variable in class org.apache.tools.ant.taskdefs.Tar.TarLongFileMode
permissible values for longfile attribute
TRUNCATE - Static variable in class org.apache.tools.ant.taskdefs.Tar
Deprecated.
since 1.5.x. Tar.TRUNCATE is deprecated and is replaced with Tar.TarLongFileMode.TRUNCATE
Truncate - Class in org.apache.tools.ant.taskdefs
Set the length of one or more files, as the intermittently available truncate Unix utility/function.
Truncate() - Constructor for class org.apache.tools.ant.taskdefs.Truncate
 
tryHardToDelete(File) - Method in class org.apache.tools.ant.util.FileUtils
Accommodate Windows bug encountered in both Sun and IBM JDKs.
tryHardToDelete(File, boolean) - Method in class org.apache.tools.ant.util.FileUtils
If delete does not work, call System.gc() if asked to, wait a little and try again.
tryToSetAParameter(Object, String, String) - Method in class org.apache.tools.ant.types.selectors.modifiedselector.ModifiedSelector
Try to set a value on an object using reflection.
tsacert - Variable in class org.apache.tools.ant.taskdefs.SignJar
alias for the TSA in the keystore
tsaurl - Variable in class org.apache.tools.ant.taskdefs.SignJar
URL for a tsa; null implies no tsa support
Tstamp - Class in org.apache.tools.ant.taskdefs
Sets properties to the current time, or offsets from the current time.
Tstamp() - Constructor for class org.apache.tools.ant.taskdefs.Tstamp
 
Tstamp.CustomFormat - Class in org.apache.tools.ant.taskdefs
This nested element that allows a property to be set to the current date and time in a given format.
Tstamp.CustomFormat() - Constructor for class org.apache.tools.ant.taskdefs.Tstamp.CustomFormat
Create a format
Tstamp.Unit - Class in org.apache.tools.ant.taskdefs
set of valid units to use for time offsets.
Tstamp.Unit() - Constructor for class org.apache.tools.ant.taskdefs.Tstamp.Unit
Constructor for Unit enumerated type.
type - Variable in class org.apache.tools.ant.taskdefs.ExecuteOn
 
type - Variable in class org.apache.tools.ant.types.Mapper
 
type - Variable in class org.apache.tools.ant.types.optional.image.Arc
 
Type - Class in org.apache.tools.ant.types.resources.comparators
Compares Resources by is-directory status.
Type() - Constructor for class org.apache.tools.ant.types.resources.comparators.Type
 
Type - Class in org.apache.tools.ant.types.resources.selectors
Type file/dir ResourceSelector.
Type() - Constructor for class org.apache.tools.ant.types.resources.selectors.Type
Default constructor.
Type(Type.FileDir) - Constructor for class org.apache.tools.ant.types.resources.selectors.Type
Convenience constructor.
Type.FileDir - Class in org.apache.tools.ant.types.resources.selectors
Implements the type attribute.
Type.FileDir() - Constructor for class org.apache.tools.ant.types.resources.selectors.Type.FileDir
Default constructor.
Type.FileDir(String) - Constructor for class org.apache.tools.ant.types.resources.selectors.Type.FileDir
Convenience constructor.
TYPE_KEY - Static variable in class org.apache.tools.ant.types.selectors.TypeSelector
Key to used for parameterized custom selector
TypeAdapter - Interface in org.apache.tools.ant
Used to wrap types.
Typedef - Class in org.apache.tools.ant.taskdefs
Adds a data type definition to the current project.
Typedef() - Constructor for class org.apache.tools.ant.taskdefs.Typedef
 
TYPEDEFS_PROPERTIES_RESOURCE - Static variable in class org.apache.tools.ant.MagicNames
name of the resource that typedefs are stored under.
TypeFound - Class in org.apache.tools.ant.taskdefs.condition
looks for a task or other Ant type that exists.
TypeFound() - Constructor for class org.apache.tools.ant.taskdefs.condition.TypeFound
 
TypeSelector - Class in org.apache.tools.ant.types.selectors
Selector that selects a certain kind of file: directory or regular.
TypeSelector() - Constructor for class org.apache.tools.ant.types.selectors.TypeSelector
Creates a new TypeSelector instance.
TypeSelector.FileType - Class in org.apache.tools.ant.types.selectors
Enumerated attribute with the values for types of file
TypeSelector.FileType() - Constructor for class org.apache.tools.ant.types.selectors.TypeSelector.FileType
 
(Sebelumnya) Index SPIndex U (Berikutnya)