org.apache.tools.ant

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Build » ANT » org.apache.tools.ant 
org.apache.tools.ant
Java Source File NameTypeComment
AntClassLoader.javaClass Used to load classes within ant with a different classpath from that used to start ant.
AntClassLoaderDelegationTest.javaClass
AntClassLoaderTest.javaClass
AntTypeDefinition.javaClass This class contains all the information on a particular ant type, the classname, adaptor and the class it should be assignable from.
BuildEvent.javaClass Class representing an event occurring during a build.
BuildException.javaClass
BuildFileTest.javaClass A BuildFileTest is a TestCase which executes targets from an Ant buildfile for testing.
BuildListener.javaInterface Instances of classes that implement this interface can register to be notified when things happened during a build.
BuildLogger.javaInterface Interface used by Ant to log the build output.
CaseTest.javaClass
ComponentHelper.javaClass Component creation and configuration. The class is based around handing component definitions in an AntTypeTable. The old task/type methods have been kept for backward compatibly. Project will just delegate its calls to this class. A very simple hook mechanism is provided that allows users to plug in custom code.
DefaultLogger.javaClass Writes build events to a PrintStream.
DemuxInputStream.javaClass Passes input requests to the project object for demuxing into individual tasks and threads.
DemuxOutputStream.javaClass Logs content written by a thread and forwards the buffers onto the project object which will forward the content to the appropriate task.
Diagnostics.javaClass A little diagnostic helper that output some information that may help in support.
DirectoryScanner.javaClass Class for scanning a directory for files/directories which match certain criteria.

These criteria consist of selectors and patterns which have been specified. With the selectors you can select which files you want to have included. Files which are not selected are excluded.

DirectoryScannerTest.javaClass
DispatchTaskTest.javaClass
DummyTaskAbstract.javaClass
DummyTaskInterface.javaInterface
DummyTaskOk.javaClass
DummyTaskOkNonTask.javaClass
DummyTaskWithNonPublicExecute.javaClass
DummyTaskWithNonVoidExecute.javaClass
DummyTaskWithoutDefaultConstructor.javaClass
DummyTaskWithoutExecute.javaClass
DummyTaskWithoutPublicConstructor.javaClass
DynamicAttribute.javaInterface
DynamicAttributeNS.javaInterface Enables a task to control unknown attributes.
DynamicConfigurator.javaInterface Enables a task to control unknown attributes and elements.
DynamicConfiguratorNS.javaInterface Enables a task to control unknown attributes and elements.
DynamicElement.javaInterface Enables a task to control unknown elements.
DynamicElementNS.javaInterface Enables a task to control unknown elements.
Executor.javaInterface Target executor abstraction.
ExecutorTest.javaClass
ExitException.javaClass Used to report exit status of classes which call System.exit().
ExitStatusException.javaClass BuildException + exit status.
ExtendedTaskdefTest.javaClass
FileScanner.javaInterface An interface used to describe the actions required of any type of directory scanner.
ImmutableTest.javaClass
IncludeTest.javaClass Test the build file inclusion using XML entities.
IntrospectionHelper.javaClass Helper class that collects the methods a task or nested element holds to set attributes, create nested elements or hold PCDATA elements.
IntrospectionHelperTest.javaClass JUnit 3 testcases for org.apache.tools.ant.IntrospectionHelper.
LoaderRefTest.javaClass
Location.javaClass Stores the location of a piece of text within a file (file name, line number and column number).
LocationTest.javaClass
MagicNames.javaClass Magic names used within Ant.
Main.javaClass Command line entry point into Ant.
MockBuildListener.javaClass
NoBannerLogger.javaClass Extends DefaultLogger to strip out empty targets.
PathTokenizer.javaClass A Path tokenizer takes a path and returns the components that make up that path.
PickOneTask.javaClass
Project.javaClass Central representation of an Ant project.
ProjectComponent.javaClass Base class for components of a project, including tasks and data types.
ProjectComponentTest.javaClass
ProjectHelper.javaClass Configures a Project (complete with Targets and Tasks) based on a XML build file.
ProjectTest.javaClass Very limited test class for Project.
PropertyExpansionTest.javaClass
PropertyHelper.javaClass NOT FINAL.
RuntimeConfigurable.javaClass Wrapper class that holds the attributes of an element, its children, and any text within it.
SubBuildListener.javaInterface Instances of classes that implement this interface can register to be also notified when things happened during a subbuild.

A subbuild is a separate project instance created by the <ant> task family.

Target.javaClass Class to implement a target object with required parameters.
Task.javaClass Base class for all tasks.
TaskAdapter.javaClass Uses introspection to "adapt" an arbitrary Bean which doesn't itself extend Task, but still contains an execute method and optionally a setProject method.
TaskContainer.javaInterface Interface for objects which can contain tasks.
TaskContainerTest.javaClass
TopLevelTaskTest.javaClass
TypeAdapter.javaInterface Used to wrap types.
UnknownElement.javaClass Wrapper class that holds all the information necessary to create a task or data type that did not exist when Ant started, or one which has had its definition updated to use a different implementation class.
UnknownElementTest.javaClass
UnsupportedAttributeException.javaClass
UnsupportedElementException.javaClass Used to report attempts to set an unsupported element When the attempt to set the element is made, the code does not not know the name of the task/type based on a mapping from the classname to the task/type.
XmlLogger.javaClass Generates a file in the current directory with an XML description of what happened during a build. The default filename is "log.xml", but this can be overridden with the property XmlLogger.file. This implementation assumes in its sanity checking that only one thread runs a particular target/task at a time.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.