Package org.apache.commons.jelly.tags.ant

A tag library for using Ant tasks within Jelly

See:
          Description

Interface Summary
TaskSource A tag which provides an Ant Task object on which to set Ant DataTypes or create nested types
 

Class Summary
AntTag Tag supporting ant's Tasks as well as dynamic runtime behaviour for 'unknown' tags.
AntTagLibrary A Jelly custom tag library that allows Ant tasks to be called from inside Jelly.
FileIterator FileIterator is an iterator over a over a number of files from a colleciton of FileSet instances.
FileScanner FileScanner is a bean which allows the iteration over a number of files from a colleciton of FileSet instances.
FileScannerTag A tag which creates a new FileScanner bean instance that can be used to iterate over fileSets
IntrospectionHelper Helper class that collects the methods a task or nested element holds to set attributes, create nested elements or hold PCDATA elements.
 

Package org.apache.commons.jelly.tags.ant Description

A tag library for using Ant tasks within Jelly

Jelly can be invoked inside Ant and this tag library allows Ant tasks to be invoked from inside Jelly. This allows Jelly to be used for more 'scripting' style targets, such as parsing XML databases, working with custom java beans, doing SQL, the use of JSTL and so forth.



Copyright © 2002-2002 Apache Software Foundation. All Rights Reserved.