Cari di Apache Ant 
    Apache Ant User Manual
Daftar Isi
(Sebelumnya) Index addRIndex B (Berikutnya)

Index AN - 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

AN

ANALYZER_CLASS_FULL - Static variable in class org.apache.tools.ant.taskdefs.optional.ejb.GenericDeploymentTool
The analyzer class for the super analyzer
ANALYZER_CLASS_SUPER - Static variable in class org.apache.tools.ant.taskdefs.optional.ejb.GenericDeploymentTool
The analyzer class for the super analyzer
ANALYZER_FULL - Static variable in class org.apache.tools.ant.taskdefs.optional.ejb.GenericDeploymentTool
A dependency analyzer name to find all related classes
ANALYZER_NONE - Static variable in class org.apache.tools.ant.taskdefs.optional.ejb.GenericDeploymentTool
A dependency analyzer name for no analyzer
ANALYZER_SUPER - Static variable in class org.apache.tools.ant.taskdefs.optional.ejb.GenericDeploymentTool
A dependency analyzer name to find ancestor classes
AncestorAnalyzer - Class in org.apache.tools.ant.util.depend.bcel
A dependency analyzer which returns superclass and superinterface dependencies.
AncestorAnalyzer() - Constructor for class org.apache.tools.ant.util.depend.bcel.AncestorAnalyzer
Default constructor Causes the BCEL classes to load to ensure BCEL dependencies can be satisfied
And - Class in org.apache.tools.ant.taskdefs.condition
<and> condition container.
And() - Constructor for class org.apache.tools.ant.taskdefs.condition.And
 
And - Class in org.apache.tools.ant.types.resources.selectors
And ResourceSelector.
And() - Constructor for class org.apache.tools.ant.types.resources.selectors.And
Default constructor.
And(ResourceSelector[]) - Constructor for class org.apache.tools.ant.types.resources.selectors.And
Convenience constructor.
AndSelector - Class in org.apache.tools.ant.types.selectors
This selector has a collection of other selectors, all of which have to select a file in order for this selector to select it.
AndSelector() - Constructor for class org.apache.tools.ant.types.selectors.AndSelector
Default constructor.
angle - Variable in class org.apache.tools.ant.types.optional.image.Rotate
 
AnsiColorLogger - Class in org.apache.tools.ant.listener
Uses ANSI Color Code Sequences to colorize messages sent to the console.
AnsiColorLogger() - Constructor for class org.apache.tools.ant.listener.AnsiColorLogger
 
Ant - Class in org.apache.tools.ant.taskdefs
Build a sub-project.
Ant() - Constructor for class org.apache.tools.ant.taskdefs.Ant
simple constructor
Ant(Task) - Constructor for class org.apache.tools.ant.taskdefs.Ant
create a task bound to its creator
Ant.Reference - Class in org.apache.tools.ant.taskdefs
Helper class that implements the nested <reference> element of <ant> and <antcall>.
Ant.Reference() - Constructor for class org.apache.tools.ant.taskdefs.Ant.Reference
Creates a reference to be configured by Ant.
Ant.TargetElement - Class in org.apache.tools.ant.taskdefs
Helper class that implements the nested <target> element of <ant> and <antcall>.
Ant.TargetElement() - Constructor for class org.apache.tools.ant.taskdefs.Ant.TargetElement
Default constructor.
ANT_CORE_URI - Static variable in class org.apache.tools.ant.ProjectHelper
The URI for ant name space
ANT_CURRENT_URI - Static variable in class org.apache.tools.ant.ProjectHelper
The URI for antlib current definitions
ANT_EXECUTOR_CLASSNAME - Static variable in class org.apache.tools.ant.MagicNames
Property defining the classname of an executor.
ANT_EXECUTOR_REFERENCE - Static variable in class org.apache.tools.ant.MagicNames
Reference to the current Ant executor.
ANT_FILE - Static variable in class org.apache.tools.ant.MagicNames
property for ant file name.
ANT_FILE_TYPE - Static variable in class org.apache.tools.ant.MagicNames
property for type of ant build file (either file or url) Value: "ant.file.type"
ANT_FILE_TYPE_FILE - Static variable in class org.apache.tools.ant.MagicNames
ant build file of type file Value: "file"
ANT_FILE_TYPE_URL - Static variable in class org.apache.tools.ant.MagicNames
ant build file of type url Value: "url"
ANT_HOME - Static variable in class org.apache.tools.ant.MagicNames
Property used to store the location of ant.
ANT_JAVA_VERSION - Static variable in class org.apache.tools.ant.MagicNames
Property used to store the java version ant is running in.
ANT_LIB - Static variable in class org.apache.tools.ant.MagicNames
Property used to store the location of the ant library (typically the ant.jar file.) Value: "ant.core.lib"
ANT_PRIVATEDIR - Static variable in class org.apache.tools.ant.launch.Launcher
The directory name of the per-user ant directory.
ANT_PRIVATELIB - Static variable in class org.apache.tools.ant.launch.Launcher
The name of a per-user library directory.
ANT_TYPE - Static variable in class org.apache.tools.ant.ProjectHelper
Polymorphic attribute
ANT_VERSION - Static variable in class org.apache.tools.ant.MagicNames
Ant version property.
AntAnalyzer - Class in org.apache.tools.ant.taskdefs.optional.depend
An analyzer which uses the depend task's bytecode classes to analyze dependencies
AntAnalyzer() - Constructor for class org.apache.tools.ant.taskdefs.optional.depend.AntAnalyzer
Default constructor
AntClassLoader - Class in org.apache.tools.ant
Used to load classes within ant with a different classpath from that used to start ant.
AntClassLoader(ClassLoader, Project, Path) - Constructor for class org.apache.tools.ant.AntClassLoader
Create an Ant ClassLoader for a given project, with a parent classloader and an initial classpath.
AntClassLoader() - Constructor for class org.apache.tools.ant.AntClassLoader
Create an Ant Class Loader
AntClassLoader(Project, Path) - Constructor for class org.apache.tools.ant.AntClassLoader
Creates a classloader for the given project using the classpath given.
AntClassLoader(ClassLoader, Project, Path, boolean) - Constructor for class org.apache.tools.ant.AntClassLoader
Creates a classloader for the given project using the classpath given.
AntClassLoader(Project, Path, boolean) - Constructor for class org.apache.tools.ant.AntClassLoader
Creates a classloader for the given project using the classpath given.
AntClassLoader(ClassLoader, boolean) - Constructor for class org.apache.tools.ant.AntClassLoader
Creates an empty class loader.
AntClassLoader2 - Class in org.apache.tools.ant.loader
Deprecated.
since 1.7 Just use AntClassLoader itself.
AntClassLoader2() - Constructor for class org.apache.tools.ant.loader.AntClassLoader2
Deprecated.
No args constructor.
AntClassLoader5 - Class in org.apache.tools.ant.loader
Overrides getResources which became non-final in Java5 and implements Closeable
AntClassLoader5(ClassLoader, Project, Path, boolean) - Constructor for class org.apache.tools.ant.loader.AntClassLoader5
Creates a classloader for the given project using the classpath given.
AntFilterReader - Class in org.apache.tools.ant.types
An AntFilterReader is a wrapper class that encloses the classname and configuration of a Configurable FilterReader.
AntFilterReader() - Constructor for class org.apache.tools.ant.types.AntFilterReader
 
ANTHOME_PROPERTY - Static variable in class org.apache.tools.ant.launch.Launcher
The Ant Home (installation) Directory property.
Antlib - Class in org.apache.tools.ant.taskdefs
Antlib task.
Antlib() - Constructor for class org.apache.tools.ant.taskdefs.Antlib
 
ANTLIB_PREFIX - Static variable in class org.apache.tools.ant.MagicNames
prefix for antlib URIs: "antlib:"
ANTLIB_URI - Static variable in class org.apache.tools.ant.ProjectHelper
The URI for defined types/tasks - the format is antlib:
AntlibDefinition - Class in org.apache.tools.ant.taskdefs
Base class for tasks that that can be used in antlibs.
AntlibDefinition() - Constructor for class org.apache.tools.ant.taskdefs.AntlibDefinition
 
ANTLIBDIR_PROPERTY - Static variable in class org.apache.tools.ant.launch.Launcher
The Ant Library Directory property.
ANTLR - Class in org.apache.tools.ant.taskdefs.optional
Invokes the ANTLR Translator generator on a grammar file.
ANTLR() - Constructor for class org.apache.tools.ant.taskdefs.optional.ANTLR
Constructor for ANTLR task.
AntMain - Interface in org.apache.tools.ant.launch
Interface used to bridge to the actual Main class without any messy reflection
AntResolver - Class in org.apache.tools.ant.taskdefs.optional.extension.resolvers
Resolver that just returns s specified location.
AntResolver() - Constructor for class org.apache.tools.ant.taskdefs.optional.extension.resolvers.AntResolver
 
AntSoundPlayer - Class in org.apache.tools.ant.taskdefs.optional.sound
This class is designed to be used by any AntTask that requires audio output.
AntSoundPlayer() - Constructor for class org.apache.tools.ant.taskdefs.optional.sound.AntSoundPlayer
Constructor for AntSoundPlayer.
AntStructure - Class in org.apache.tools.ant.taskdefs
Creates a partial DTD for Ant from the currently known tasks.
AntStructure() - Constructor for class org.apache.tools.ant.taskdefs.AntStructure
 
AntStructure.StructurePrinter - Interface in org.apache.tools.ant.taskdefs
Writes the actual structure information.
AntTypeDefinition - Class in org.apache.tools.ant
This class contains all the information on a particular ant type, the classname, adaptor and the class it should be assignable from.
AntTypeDefinition() - Constructor for class org.apache.tools.ant.AntTypeDefinition
 
AntVersion - Class in org.apache.tools.ant.taskdefs.condition
An Ant version condition.
AntVersion() - Constructor for class org.apache.tools.ant.taskdefs.condition.AntVersion
 
AntXMLContext - Class in org.apache.tools.ant.helper
Context information for the ant processing.
AntXMLContext(Project) - Constructor for class org.apache.tools.ant.helper.AntXMLContext
constructor
ANY - Static variable in class org.apache.tools.ant.types.Quantifier
ANY instance
ANY - Static variable in class org.apache.tools.ant.types.resources.selectors.Type
Static any type selector.
APACHE_RESOLVER - Static variable in class org.apache.tools.ant.types.XMLCatalog
The name of the bridge to the Apache xml-commons resolver class, used to determine whether resolver.jar is present in the classpath.
ApacheCatalog - Class in org.apache.tools.ant.types.resolver
This class extends the Catalog class provided by Norman Walsh's resolver library in xml-commons in order to add classpath entity and URI resolution.
ApacheCatalog() - Constructor for class org.apache.tools.ant.types.resolver.ApacheCatalog
 
ApacheCatalogResolver - Class in org.apache.tools.ant.types.resolver
This class extends the CatalogResolver class provided by Norman Walsh's resolver library in xml-commons.
ApacheCatalogResolver() - Constructor for class org.apache.tools.ant.types.resolver.ApacheCatalogResolver
 
append - Variable in class org.apache.tools.ant.taskdefs.Echo
 
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.
append(Enumeration, Enumeration) - Static method in class org.apache.tools.ant.util.CollectionUtils
Append one enumeration to another.
Appendable - Interface in org.apache.tools.ant.types.resources
Interface to be implemented by "appendable" resources.
appendBuiltin(PropertySet.BuiltinPropertySetName) - Method in class org.apache.tools.ant.types.PropertySet
Allow builtin (all, system or commandline) properties in the set.
appendCDATA(Element, String) - Static method in class org.apache.tools.ant.util.DOMUtils
Adds a nested CDATA section.
appendCDATAElement(Element, String, String) - Static method in class org.apache.tools.ant.util.DOMUtils
Adds a nested CDATA section in a new child element.
appendExcludes(String[]) - Method in class org.apache.tools.ant.types.AbstractFileSet
Appends excludes to the current list of include patterns.
appendExcludes(String[]) - Method in class org.apache.tools.ant.types.resources.Files
Append excludes to the current list of include patterns.
appendFiles(Vector, DirectoryScanner) - Method in class org.apache.tools.ant.taskdefs.optional.Cab
Append all files found by a directory scanner to a vector.
appendIncludes(String[]) - Method in class org.apache.tools.ant.types.AbstractFileSet
Appends includes to the current list of include patterns.
appendIncludes(String[]) - Method in class org.apache.tools.ant.types.resources.Files
Append includes to the current list of include patterns.
appendName(String) - Method in class org.apache.tools.ant.types.PropertySet
Allow properties of a particular name in the set.
appendPrefix(String) - Method in class org.apache.tools.ant.types.PropertySet
Allow properties whose names start with a prefix in the set.
appendRegex(String) - Method in class org.apache.tools.ant.types.PropertySet
Allow properties whose names match a regex in the set.
appendSelector(FileSelector) - Method in class org.apache.tools.ant.taskdefs.MatchingTask
Add a new selector into this container.
appendSelector(FileSelector) - Method in class org.apache.tools.ant.types.AbstractFileSet
Add a new selector into this container.
appendSelector(FileSelector) - Method in class org.apache.tools.ant.types.resources.Files
Add a new selector into this container.
appendSelector(FileSelector) - Method in class org.apache.tools.ant.types.selectors.AbstractSelectorContainer
Add a new selector into this container.
appendSelector(FileSelector) - Method in class org.apache.tools.ant.types.selectors.BaseSelectorContainer
Add a new selector into this container.
appendSelector(FileSelector) - Method in interface org.apache.tools.ant.types.selectors.SelectorContainer
Add a new selector into this container.
appendSelector(FileSelector) - Method in class org.apache.tools.ant.types.selectors.SelectSelector
Add a new selector into this container.
appendText(Element, String) - Static method in class org.apache.tools.ant.util.DOMUtils
Adds nested text.
appendTextElement(Element, String, String) - Static method in class org.apache.tools.ant.util.DOMUtils
Adds nested text in a new child element.
APPLICATION_EXCEPTION - Static variable in class org.apache.tools.ant.taskdefs.optional.testing.Funtest
Application exception : "Application Exception"
APPLICATION_FORCIBLY_SHUT_DOWN - Static variable in class org.apache.tools.ant.taskdefs.optional.testing.Funtest
"Application forcibly shut down"
apply(String) - Method in class org.apache.tools.ant.taskdefs.PathConvert.MapEntry
Apply this map entry to a given path element.
applyAssertions(List) - Method in class org.apache.tools.ant.types.Assertions
add the assertions to a list in a format suitable for adding to a command line
applyAssertions(CommandlineJava) - Method in class org.apache.tools.ant.types.Assertions
apply all the assertions to the command.
applyAssertions(ListIterator) - Method in class org.apache.tools.ant.types.Assertions
add the assertions to a list in a format suitable for adding to a command line
applyPreSet(RuntimeConfigurable) - Method in class org.apache.tools.ant.RuntimeConfigurable
Apply presets, attributes and text are set if not currently set.
applyPreSet(UnknownElement) - Method in class org.apache.tools.ant.UnknownElement
This is used then the realobject of the UE is a PreSetDefinition.
applyWebProxySettings() - Method in class org.apache.tools.ant.taskdefs.optional.net.SetProxy
if the proxy port and host settings are not null, then the settings get applied these settings last beyond the life of the object and apply to all network connections Relevant docs: buglist #4183340
Apt - Class in org.apache.tools.ant.taskdefs
Apt Task for running the Annotation processing tool for JDK 1.5.
Apt() - Constructor for class org.apache.tools.ant.taskdefs.Apt
Construtor for Apt task.
Apt.Option - Class in org.apache.tools.ant.taskdefs
The nested option element.
Apt.Option() - Constructor for class org.apache.tools.ant.taskdefs.Apt.Option
Constructor for Option
APT_ENTRY_POINT - Static variable in class org.apache.tools.ant.taskdefs.compilers.AptCompilerAdapter
class in tools.jar that implements APT
APT_METHOD_NAME - Static variable in class org.apache.tools.ant.taskdefs.compilers.AptCompilerAdapter
method used to compile.
AptCompilerAdapter - Class in org.apache.tools.ant.taskdefs.compilers
The implementation of the apt compiler for JDK 1.5

As usual, the low level entry points for Java tools are neither documented or stable; this entry point may change from that of 1.5.0_01-b08 without any warning at all.

AptCompilerAdapter() - Constructor for class org.apache.tools.ant.taskdefs.compilers.AptCompilerAdapter
 
AptExternalCompilerAdapter - Class in org.apache.tools.ant.taskdefs.compilers
The implementation of the apt compiler for JDK 1.5 using an external process
AptExternalCompilerAdapter() - Constructor for class org.apache.tools.ant.taskdefs.compilers.AptExternalCompilerAdapter
 
Arc - Class in org.apache.tools.ant.types.optional.image
Draw an arc.
Arc() - Constructor for class org.apache.tools.ant.types.optional.image.Arc
 
archeight - Variable in class org.apache.tools.ant.types.optional.image.Rectangle
 
ARCHIVE_LOCATIONS - Static variable in class org.apache.tools.ant.taskdefs.optional.javacc.JavaCC
 
ARCHIVE_LOCATIONS_VS_MAJOR_VERSION - Static variable in class org.apache.tools.ant.taskdefs.optional.javacc.JavaCC
 
ArchiveFileSet - Class in org.apache.tools.ant.types
A ArchiveFileSet is a FileSet with extra attributes useful in the context of archiving tasks.
ArchiveFileSet() - Constructor for class org.apache.tools.ant.types.ArchiveFileSet
Constructor for ArchiveFileSet
ArchiveFileSet(FileSet) - Constructor for class org.apache.tools.ant.types.ArchiveFileSet
Constructor using a fileset arguement.
ArchiveFileSet(ArchiveFileSet) - Constructor for class org.apache.tools.ant.types.ArchiveFileSet
Constructor using a archive fileset arguement.
archiveIsUpToDate(String[]) - Method in class org.apache.tools.ant.taskdefs.Tar
Deprecated.
since 1.5.x. use the two-arg version instead.
archiveIsUpToDate(String[], File) - Method in class org.apache.tools.ant.taskdefs.Tar
Is the archive up to date in relationship to a list of files.
archiveIsUpToDate(Resource) - Method in class org.apache.tools.ant.taskdefs.Tar
Is the archive up to date in relationship to a list of files.
ArchiveResource - Class in org.apache.tools.ant.types.resources
A Resource representation of an entry inside an archive.
ArchiveResource() - Constructor for class org.apache.tools.ant.types.resources.ArchiveResource
Default constructor.
ArchiveResource(File) - Constructor for class org.apache.tools.ant.types.resources.ArchiveResource
Construct a ArchiveResource representing the specified entry in the specified archive.
ArchiveResource(File, boolean) - Constructor for class org.apache.tools.ant.types.resources.ArchiveResource
Construct a ArchiveResource representing the specified entry in the specified archive.
ArchiveResource(Resource, boolean) - Constructor for class org.apache.tools.ant.types.resources.ArchiveResource
Construct a ArchiveResource representing the specified entry in the specified archive.
Archives - Class in org.apache.tools.ant.types.resources
A resource collection that treats all nested resources as archives and returns the contents of the archives as its content.
Archives() - Constructor for class org.apache.tools.ant.types.resources.Archives
 
ArchiveScanner - Class in org.apache.tools.ant.types
ArchiveScanner accesses the pattern matching algorithm in DirectoryScanner, which are protected methods that can only be accessed by subclassing.
ArchiveScanner() - Constructor for class org.apache.tools.ant.types.ArchiveScanner
 
archiveType - Variable in class org.apache.tools.ant.taskdefs.optional.Cab
 
archiveType - Variable in class org.apache.tools.ant.taskdefs.Zip
 
arcwidth - Variable in class org.apache.tools.ant.types.optional.image.Rectangle
 
areNmtokens(String[]) - Method in class org.apache.tools.ant.taskdefs.AntStructure
Do the Strings all match the XML-NMTOKEN production?
areSame(File, File) - Method in class org.apache.tools.ant.util.FileUtils
Are the two File instances pointing to the same object on the file system?
as(Class) - Method in class org.apache.tools.ant.types.Resource
Returns a view of this resource that implements the interface given as the argument or null if there is no such view.
as(Class) - Method in class org.apache.tools.ant.types.resources.ContentTransformingResource
Suppress FileProvider, re-implement Appendable
as(Class) - Method in class org.apache.tools.ant.types.resources.MappedResource
Suppress FileProvider
as(Class) - Method in class org.apache.tools.ant.types.resources.ResourceDecorator
Returns a view of this resource that implements the interface given as the argument or null if there is no such view.
asBoolean() - Method in class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.SummaryAttribute
gives the boolean equivalent of the authorized values
asCollection(Iterator) - Static method in class org.apache.tools.ant.util.CollectionUtils
Returns a collection containing all elements of the iterator.
asEnumeration(Iterator) - Static method in class org.apache.tools.ant.util.CollectionUtils
Adapt the specified Iterator to the Enumeration interface.
asFileResource(FileProvider) - Static method in class org.apache.tools.ant.util.ResourceUtils
Convenience method to turn any fileProvider into a basic FileResource with the file's immediate parent as the basedir, for tasks that need one.
AsiExtraField - Class in org.apache.tools.zip
Adds Unix file permission and UID/GID fields as well as symbolic link handling.
AsiExtraField() - Constructor for class org.apache.tools.zip.AsiExtraField
Constructor for AsiExtraField.
asIterator(Enumeration) - Static method in class org.apache.tools.ant.util.CollectionUtils
Adapt the specified Enumeration to the Iterator interface.
asOptions(String) - Static method in class org.apache.tools.ant.util.regexp.RegexpUtil
convert regex option flag characters to regex options g - Regexp.REPLACE_ALL i - RegexpMatcher.MATCH_CASE_INSENSITIVE m - RegexpMatcher.MATCH_MULTILINE s - RegexpMatcher.MATCH_SINGLELINE
asOptions(boolean) - Static method in class org.apache.tools.ant.util.regexp.RegexpUtil
Convert flag to regex options.
asOptions(boolean, boolean, boolean) - Static method in class org.apache.tools.ant.util.regexp.RegexpUtil
Convert flags to regex options.
assemBuf - Variable in class org.apache.tools.tar.TarOutputStream
 
assemLen - Variable in class org.apache.tools.tar.TarOutputStream
 
assertConfig(boolean, String) - Method in class org.apache.tools.ant.TaskConfigurationChecker
Asserts that a condition is true.
assertFilesystemOnly(ResourceCollection) - Method in class org.apache.tools.ant.types.Path
Verify the specified ResourceCollection is filesystem-only.
Assertions - Class in org.apache.tools.ant.types
The assertion datatype.
Assertions() - Constructor for class org.apache.tools.ant.types.Assertions
 
Assertions.BaseAssertion - Class in org.apache.tools.ant.types
base class for our assertion elements.
Assertions.BaseAssertion() - Constructor for class org.apache.tools.ant.types.Assertions.BaseAssertion
 
Assertions.DisabledAssertion - Class in org.apache.tools.ant.types
A disabled assertion disables things
Assertions.DisabledAssertion() - Constructor for class org.apache.tools.ant.types.Assertions.DisabledAssertion
 
Assertions.EnabledAssertion - Class in org.apache.tools.ant.types
an enabled assertion enables things
Assertions.EnabledAssertion() - Constructor for class org.apache.tools.ant.types.Assertions.EnabledAssertion
 
assertNotReference() - Method in class org.apache.tools.ant.types.PropertySet
Ensures this data type is not a reference.
assumeJava11() - Method in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
Shall we assume JDK 1.1 command line switches?
assumeJava12() - Method in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
Shall we assume JDK 1.2 command line switches?
assumeJava13() - Method in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
Shall we assume JDK 1.3 command line switches?
assumeJava14() - Method in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
Shall we assume JDK 1.4 command line switches?
assumeJava15() - Method in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
Shall we assume JDK 1.5 command line switches?
assumeJava16() - Method in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
Shall we assume JDK 1.6 command line switches?
assumeJava17() - Method in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
Shall we assume JDK 1.7 command line switches?
assumeJava18() - Method in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
Shall we assume JDK 1.8 command line switches?
asTarFileSet(ArchiveFileSet) - Method in class org.apache.tools.ant.taskdefs.Tar
Copies fullpath, prefix and permission attributes from the ArchiveFileSet to a new TarFileSet (or returns it unchanged if it already is a TarFileSet).
ATTR_CLASSNAME - Static variable in interface org.apache.tools.ant.taskdefs.optional.junit.XMLConstants
classname attribute for testcase elements
ATTR_ERRORS - Static variable in interface org.apache.tools.ant.taskdefs.optional.junit.XMLConstants
errors attribute for testsuite elements
ATTR_FAILURES - Static variable in interface org.apache.tools.ant.taskdefs.optional.junit.XMLConstants
failures attribute for testsuite elements
ATTR_ID - Static variable in interface org.apache.tools.ant.taskdefs.optional.junit.XMLConstants
id attribute
ATTR_MESSAGE - Static variable in interface org.apache.tools.ant.taskdefs.optional.junit.XMLConstants
message attribute for failure elements
ATTR_NAME - Static variable in interface org.apache.tools.ant.taskdefs.optional.junit.XMLConstants
name attribute for property, testcase and testsuite elements
ATTR_PACKAGE - Static variable in interface org.apache.tools.ant.taskdefs.optional.junit.XMLConstants
package attribute for the aggregate document
ATTR_TESTS - Static variable in interface org.apache.tools.ant.taskdefs.optional.junit.XMLConstants
tests attribute for testsuite elements
ATTR_TIME - Static variable in interface org.apache.tools.ant.taskdefs.optional.junit.XMLConstants
time attribute for testcase and testsuite elements
ATTR_TYPE - Static variable in interface org.apache.tools.ant.taskdefs.optional.junit.XMLConstants
type attribute for failure and error elements
ATTR_VALUE - Static variable in interface org.apache.tools.ant.taskdefs.optional.junit.XMLConstants
value attribute for property elements
Attrib - Class in org.apache.tools.ant.taskdefs.optional.windows
Attrib equivalent for Win32 environments.
Attrib() - Constructor for class org.apache.tools.ant.taskdefs.optional.windows.Attrib
Constructor for Attrib.
ATTRIBUTE_CLASSPATH - Static variable in class org.apache.tools.ant.taskdefs.Manifest
The Class-Path Header is special - it can be duplicated
ATTRIBUTE_FROM - Static variable in class org.apache.tools.ant.taskdefs.Manifest
The From Header is disallowed in a Manifest
ATTRIBUTE_MANIFEST_VERSION - Static variable in class org.apache.tools.ant.taskdefs.Manifest
The standard manifest version header
ATTRIBUTE_NAME - Static variable in class org.apache.tools.ant.taskdefs.Manifest
The Name Attribute is the first in a named section
ATTRIBUTE_SIGNATURE_VERSION - Static variable in class org.apache.tools.ant.taskdefs.Manifest
The standard Signature Version header
attributes - Variable in class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
 
AugmentReference - Class in org.apache.tools.ant.taskdefs
Ant task to dynamically augment a previously declared reference.
AugmentReference() - Constructor for class org.apache.tools.ant.taskdefs.AugmentReference
 
AUTO - Static variable in class org.apache.tools.ant.taskdefs.email.EmailTask
Constant to show that the best available mailer should be used.
Available - Class in org.apache.tools.ant.taskdefs
Will set the given property if the requested resource is available at runtime.
Available() - Constructor for class org.apache.tools.ant.taskdefs.Available
 
available() - Method in class org.apache.tools.ant.util.ReaderInputStream
 
available() - Method in class org.apache.tools.tar.TarInputStream
Get the available data that can be read from the current entry in the archive.
Available.FileDir - Class in org.apache.tools.ant.taskdefs
EnumeratedAttribute covering the file types to be checked for, either file or dir.
Available.FileDir() - Constructor for class org.apache.tools.ant.taskdefs.Available.FileDir
 
(Sebelumnya) Index addRIndex B (Berikutnya)