A C D F G H I J L N O P R S T V

A

ANT_MANIFEST_TAG - Static variable in class org.apache.commons.jelly.tags.ant.AntTag
store the name of the manifest tag for special handling
AntTag - class org.apache.commons.jelly.tags.ant.AntTag.
Tag supporting ant's Tasks as well as dynamic runtime behaviour for 'unknown' tags.
AntTag(String) - Constructor for class org.apache.commons.jelly.tags.ant.AntTag
Construct with a project and tag name.
AntTagLibrary - class org.apache.commons.jelly.tags.ant.AntTagLibrary.
A Jelly custom tag library that allows Ant tasks to be called from inside Jelly.
AntTagLibrary() - Constructor for class org.apache.commons.jelly.tags.ant.AntTagLibrary
 
addFileset(FileSet) - Method in class org.apache.commons.jelly.tags.ant.FileScanner
Adds a set of files (nested fileset attribute).
addTaskParamTypes - Static variable in class org.apache.commons.jelly.tags.ant.AntTag
 

C

clear() - Method in class org.apache.commons.jelly.tags.ant.FileScanner
Clears any file sets that have been added to this scanner
context - Variable in class org.apache.commons.jelly.tags.ant.JellyPropsHandler
The JellyContext.
createCustomTagScript(String, Attributes) - Method in class org.apache.commons.jelly.tags.ant.AntTagLibrary
 
createDataType(String) - Method in class org.apache.commons.jelly.tags.ant.AntTag
 
createDataType(Constructor, Object[], String, String) - Method in class org.apache.commons.jelly.tags.ant.AntTag
 
createNestedObject(Object, String) - Method in class org.apache.commons.jelly.tags.ant.AntTag
Creates a nested object of the given object with the specified name
createProject(JellyContext) - Static method in class org.apache.commons.jelly.tags.ant.AntTagLibrary
A helper method to create a new project #### this method could move to an AntUtils class.
createTag(String, Attributes) - Method in class org.apache.commons.jelly.tags.ant.AntTagLibrary
A helper method which creates an AntTag instance for the given element name
createTagScript(String, Attributes) - Method in class org.apache.commons.jelly.tags.ant.AntTagLibrary
Creates a new script to execute the given tag name and attributes
createTask(String) - Method in class org.apache.commons.jelly.tags.ant.AntTag
 
createTask(String, Class) - Method in class org.apache.commons.jelly.tags.ant.AntTag
 

D

defaultValue - Variable in class org.apache.commons.jelly.tags.ant.SetPropertyTag
 
directories() - Method in class org.apache.commons.jelly.tags.ant.FileScanner
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.ant.AntTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.ant.FileScannerTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.ant.SetPropertyTag
 
ds - Variable in class org.apache.commons.jelly.tags.ant.FileIterator
The directory scanner

F

FileIterator - class org.apache.commons.jelly.tags.ant.FileIterator.
FileIterator is an iterator over a over a number of files from a colleciton of FileSet instances.
FileIterator(Project, Iterator) - Constructor for class org.apache.commons.jelly.tags.ant.FileIterator
 
FileIterator(Project, Iterator, boolean) - Constructor for class org.apache.commons.jelly.tags.ant.FileIterator
 
FileScanner - class org.apache.commons.jelly.tags.ant.FileScanner.
FileScanner is a bean which allows the iteration over a number of files from a colleciton of FileSet instances.
FileScanner() - Constructor for class org.apache.commons.jelly.tags.ant.FileScanner
 
FileScannerTag - class org.apache.commons.jelly.tags.ant.FileScannerTag.
A tag which creates a new FileScanner bean instance that can be used to iterate over fileSets
FileScannerTag(FileScanner) - Constructor for class org.apache.commons.jelly.tags.ant.FileScannerTag
 
fileIndex - Variable in class org.apache.commons.jelly.tags.ant.FileIterator
The current index into the file name array
fileScanner - Variable in class org.apache.commons.jelly.tags.ant.FileScannerTag
The file walker that gets created
fileSetIterator - Variable in class org.apache.commons.jelly.tags.ant.FileIterator
The iterator over the FileSet objects
files - Variable in class org.apache.commons.jelly.tags.ant.FileIterator
The file names in the current FileSet scan
filesets - Variable in class org.apache.commons.jelly.tags.ant.FileScanner
FileSets
findBeanAncestor() - Method in class org.apache.commons.jelly.tags.ant.AntTag
Attempts to look up in the parent hierarchy for a tag that implements the TaskSource interface, which returns an Ant Task object or that implements BeanSource interface which creates a bean, or will return the parent tag, which is also a bean.
findParentTaskObject() - Method in class org.apache.commons.jelly.tags.ant.AntTag
Walks the hierarchy until it finds a parent TaskSource and returns its source or returns null

G

getAntProject() - Method in class org.apache.commons.jelly.tags.ant.AntTag
 
getDefault() - Method in class org.apache.commons.jelly.tags.ant.SetPropertyTag
Returns the defaultValue.
getFileScanner() - Method in class org.apache.commons.jelly.tags.ant.FileScannerTag
 
getName() - Method in class org.apache.commons.jelly.tags.ant.SetPropertyTag
Returns the name.
getProject(JellyContext) - Static method in class org.apache.commons.jelly.tags.ant.AntTagLibrary
A helper method which will attempt to find a project in the current context or install one if need be.
getProperties() - Method in class org.apache.commons.jelly.tags.ant.JellyPropsHandler
Retrieve all ant properties.
getProperty(String) - Method in class org.apache.commons.jelly.tags.ant.JellyPropsHandler
Retrieve an ant property.
getTagName() - Method in class org.apache.commons.jelly.tags.ant.AntTag
 
getTaskObject() - Method in class org.apache.commons.jelly.tags.ant.AntTag
Retrieve the general object underlying this tag.
getTaskObject() - Method in class org.apache.commons.jelly.tags.ant.FileScannerTag
 
getTaskObject() - Method in interface org.apache.commons.jelly.tags.ant.TaskSource
 
getValue() - Method in class org.apache.commons.jelly.tags.ant.SetPropertyTag
Returns the value.

H

hasFiles() - Method in class org.apache.commons.jelly.tags.ant.FileScanner
 
hasNext() - Method in class org.apache.commons.jelly.tags.ant.FileIterator
 

I

iterateDirectories - Variable in class org.apache.commons.jelly.tags.ant.FileIterator
Return only directories?
iterator() - Method in class org.apache.commons.jelly.tags.ant.FileScanner
 

J

JellyPropsHandler - class org.apache.commons.jelly.tags.ant.JellyPropsHandler.
Implementation of a Commons Grant propsHandler to resolve through Jelly's context.
JellyPropsHandler(JellyContext) - Constructor for class org.apache.commons.jelly.tags.ant.JellyPropsHandler
Simple constructor with the context to be used.

L

log - Static variable in class org.apache.commons.jelly.tags.ant.AntTag
The Log to which logging calls will be made.
log - Static variable in class org.apache.commons.jelly.tags.ant.AntTagLibrary
The Log to which logging calls will be made.
log - Static variable in class org.apache.commons.jelly.tags.ant.SetPropertyTag
The Log to which logging calls will be made.

N

name - Variable in class org.apache.commons.jelly.tags.ant.SetPropertyTag
 
next() - Method in class org.apache.commons.jelly.tags.ant.FileIterator
 
nextFile - Variable in class org.apache.commons.jelly.tags.ant.FileIterator
The next File object we'll iterate over
nextObjectSet - Variable in class org.apache.commons.jelly.tags.ant.FileIterator
Have we set a next object?

O

object - Variable in class org.apache.commons.jelly.tags.ant.AntTag
The general object underlying this tag.
org.apache.commons.jelly.tags.ant - package org.apache.commons.jelly.tags.ant
A tag library for using Ant tasks within Jelly

P

PROJECT_CONTEXT_HANDLE - Static variable in class org.apache.commons.jelly.tags.ant.AntTagLibrary
 
project - Variable in class org.apache.commons.jelly.tags.ant.FileIterator
The Ant project
project - Variable in class org.apache.commons.jelly.tags.ant.FileScanner
The Ant project

R

remove() - Method in class org.apache.commons.jelly.tags.ant.FileIterator
throws UnsupportedOperationException

S

SetPropertyTag - class org.apache.commons.jelly.tags.ant.SetPropertyTag.
Tag which sets an attribute on the parent Ant Task if the given value is not null.
SetPropertyTag() - Constructor for class org.apache.commons.jelly.tags.ant.SetPropertyTag
 
setAttribute(String, Object) - Method in class org.apache.commons.jelly.tags.ant.AntTag
 
setBeanProperties() - Method in class org.apache.commons.jelly.tags.ant.AntTag
Sets the properties on the Ant task
setBeanProperty(Object, String, Object) - Method in class org.apache.commons.jelly.tags.ant.AntTag
 
setDefault(Object) - Method in class org.apache.commons.jelly.tags.ant.SetPropertyTag
Sets the default value to be used if the specified value is empty.
setName(String) - Method in class org.apache.commons.jelly.tags.ant.SetPropertyTag
Sets the name of the Ant task property to set.
setNextObject() - Method in class org.apache.commons.jelly.tags.ant.FileIterator
Set nextObject to the next object.
setObject(Object) - Method in class org.apache.commons.jelly.tags.ant.AntTag
Set the object underlying this tag.
setProject(JellyContext, Project) - Static method in class org.apache.commons.jelly.tags.ant.AntTagLibrary
Sets the Ant Project to be used for this JellyContext.
setProject(Project) - Method in class org.apache.commons.jelly.tags.ant.FileScanner
 
setProperty(String, String) - Method in class org.apache.commons.jelly.tags.ant.JellyPropsHandler
Set an ant property.
setTaskProperty(String, Object) - Method in class org.apache.commons.jelly.tags.ant.AntTag
Allows nested tags to set a property on the task object of this tag
setTaskProperty(String, Object) - Method in class org.apache.commons.jelly.tags.ant.FileScannerTag
Allows nested tags to set a property on the task object of this tag
setTaskProperty(String, Object) - Method in interface org.apache.commons.jelly.tags.ant.TaskSource
Allows nested tags to set a property on the task object of this tag
setValue(Object) - Method in class org.apache.commons.jelly.tags.ant.SetPropertyTag
Sets the value of the Ant task property to set.
setVar(String) - Method in class org.apache.commons.jelly.tags.ant.FileScannerTag
Sets the name of the variable exported by this tag

T

TaskSource - interface org.apache.commons.jelly.tags.ant.TaskSource.
A tag which provides an Ant Task object on which to set Ant DataTypes or create nested types
tagName - Variable in class org.apache.commons.jelly.tags.ant.AntTag
The name of this tag.
task - Variable in class org.apache.commons.jelly.tags.ant.AntTag
Task, if this tag represents a task.
toString() - Method in class org.apache.commons.jelly.tags.ant.AntTag
 

V

value - Variable in class org.apache.commons.jelly.tags.ant.SetPropertyTag
 
var - Variable in class org.apache.commons.jelly.tags.ant.FileScannerTag
the variable exported

A C D F G H I J L N O P R S T V