Java org.apache.commons.jelly.tags.ant AntTagLibrary fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.jelly.tags.ant AntTagLibrary fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.jelly.tags.ant AntTagLibrary.

The text is from its open source code.

Method

ProjectgetProject(JellyContext context)
A helper method which will attempt to find a project in the current context or install one if need be.
voidsetProject(JellyContext context, Project project)
Sets the Ant Project to be used for this JellyContext.