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

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.

See:
          Description

Interface Summary
PropsHandler Interface for delegates supporting property management for aGrantProject.
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.
DefaultPropsHandler Implements the basic PropsHandler functionality against an existing map.
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
GrantProject A subclass of an ant Project which allows installation of delegators for particular functions.
JellyPropsHandler Implementation of a Commons Grant propsHandler to resolve through Jelly's context.
SetPropertyTag Tag which sets an attribute on the parent Ant Task if the given value is not null.
 

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-2006 Apache Software Foundation. All Rights Reserved.