org.apache.tools.ant.types

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.types 
org.apache.tools.ant.types
Java Source File NameTypeComment
AbstractFileSet.javaClass Class that holds an implicit patternset and supports nested patternsets and creates a DirectoryScanner using these patterns.
AbstractFileSetTest.javaClass Base class for FileSetTest and DirSetTest.
AddTypeTest.javaClass
AntFilterReader.javaClass An AntFilterReader is a wrapper class that encloses the classname and configuration of a Configurable FilterReader.
ArchiveFileSet.javaClass A ArchiveFileSet is a FileSet with extra attributes useful in the context of archiving tasks. It includes a prefix attribute which is prepended to each entry in the output archive file as well as a fullpath ttribute.
ArchiveScanner.javaClass ArchiveScanner accesses the pattern matching algorithm in DirectoryScanner, which are protected methods that can only be accessed by subclassing.
Assertions.javaClass The assertion datatype.
AssertionsTest.javaClass
Commandline.javaClass Commandline objects help handling command lines specifying processes to execute.
CommandlineJava.javaClass A representation of a Java command line that is a composite of 2 Commandlines.
CommandlineJavaTest.javaClass
CommandlineTest.javaClass
Comparison.javaClass EnumeratedAttribute for generic comparisons.
DataType.javaClass Base class for those classes that can appear inside the build file as stand alone data types.

This class handles the common description attribute and provides a default implementation for reference handling and checking for circular references that is appropriate for types that can not be nested inside elements of the same type (i.e.

Description.javaClass Description is used to provide a project-wide description element (that is, a description that applies to a buildfile as a whole). If present, the <description> element is printed out before the target descriptions. Description has no attributes, only text.
DescriptionTest.javaClass
DirSet.javaClass Subclass as hint for supporting tasks that the included directories instead of files should be used.
DirSetTest.javaClass JUnit 3 testcases for org.apache.tools.ant.types.DirSet.
DTDLocation.javaClass

Helper class to handle the DTD nested element.

EnumeratedAttribute.javaClass Helper class for attributes that can only take one of a fixed list of values.
EnumeratedAttributeTest.javaClass JUnit 3 testcases for org.apache.tools.ant.EnumeratedAttribute.
Environment.javaClass Wrapper for environment variables.
FileList.javaClass FileList represents an explicitly named list of files.
FileListTest.javaClass Some tests for filelist.
FileSet.javaClass Moved out of MatchingTask to make it a standalone object that could be referenced (by scripts for example).
FileSetTest.javaClass JUnit 3 testcases for org.apache.tools.ant.types.FileSet.
FilterChain.javaClass FilterChain may contain a chained set of filter readers.
FilterSet.javaClass A set of filters to be applied to something.
FilterSetCollection.javaClass A FilterSetCollection is a collection of filtersets each of which may have a different start/end token settings.
FilterSetTest.javaClass
FlexInteger.javaClass Helper class which can be used for Ant task attribute setter methods to allow the build file to specify an integer in either decimal, octal, or hexadecimal format.
FlexIntegerTest.javaClass
LogLevel.javaClass The enumerated values for Ant's log level.
Mapper.javaClass Element to define a FileNameMapper.
MapperTest.javaClass JUnit 3 testcases for org.apache.tools.ant.types.Mapper.
Parameter.javaClass A parameter is composed of a name, type and value.
Parameterizable.javaInterface Parameterizable objects take genric key value pairs.
Path.javaClass This object represents a path as used by CLASSPATH or PATH environment variable.
PathTest.javaClass
PatternSet.javaClass Named collection of include/exclude tags.
PatternSetTest.javaClass JUnit 3 testcases for org.apache.tools.ant.types.PatternSet.
Permissions.javaClass This class implements a security manager meant for usage by tasks that run inside the Ant VM.
PermissionsTest.javaClass JUnit 3 testcases for org.apache.tools.ant.types.Permissions.
PolyTest.javaClass
PropertySet.javaClass A set of properties.
PropertySetTest.javaClass
Quantifier.javaClass EnumeratedAttribute for quantifier comparisons.
RedirectorElement.javaClass Element representation of a Redirector.
RedirectorElementTest.javaClass
Reference.javaClass Class to hold a reference to another object in the project.
RegularExpression.javaClass A regular expression datatype.
Resource.javaClass Describes a "File-like" resource (File, ZipEntry, etc.).
ResourceCollection.javaInterface Interface describing a collection of Resources.
ResourceComparatorsTest.javaClass
ResourceFactory.javaInterface this interface should be implemented by classes (Scanners) needing to deliver information about resources.
ResourceLocation.javaClass

Helper class to handle the <dtd> and <entity> nested elements.

ResourceOutputTest.javaClass
Substitution.javaClass A regular expression substitution datatype.
TarFileSet.javaClass A TarFileSet is a FileSet with extra attributes useful in the context of Tar/Jar tasks. A TarFileSet extends FileSets with the ability to extract a subset of the entries of a Tar file for inclusion in another Tar file.
TarFileSetTest.javaClass JUnit 3 testcases for org.apache.tools.ant.types.TarFileSet.
TarScanner.javaClass Scans tar archives for resources.
TimeComparison.javaClass EnumeratedAttribute for time comparisons.
XMLCatalog.javaClass

This data type provides a catalog of resource locations (such as DTDs and XML entities), based on the OASIS "Open Catalog" standard.

XMLCatalogBuildFileTest.javaClass
XMLCatalogTest.javaClass
ZipFileSet.javaClass A ZipFileSet is a FileSet with extra attributes useful in the context of Zip/Jar tasks. A ZipFileSet extends FileSets with the ability to extract a subset of the entries of a Zip file for inclusion in another Zip file.
ZipFileSetTest.javaClass JUnit 3 testcases for org.apache.tools.ant.types.ZipFileSet.
ZipScanner.javaClass Scans zip archives for resources.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.