Gant 1.9.6

gant.tools
[Groovy] Class Ivy

java.lang.Object
  gant.tools.Ivy

final class Ivy
extends java.lang.Object

Provide support for using Ivy. This simply redirects all method calls to the standard GantBuilder instance, which in turn selects the method from the Ivy jar.

Authors:
Russel Winder


Constructor Summary
Ivy(GantBinding binding)

Constructor to support "includeTool <<" usage.

Ivy(GantBinding binding, java.util.Map map)

Constructor to support "includeTool **" usage.

 
Method Summary
java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Constructor Detail

Ivy

Ivy(GantBinding binding)
Constructor to support "includeTool <<" usage. Assumes that an Ivy jar is already in the classpath. The standard Gant installation includes an Ivy jar and it is automatically included in the classpath.
Parameters:
binding - The GantBinding to bind to.


Ivy

Ivy(GantBinding binding, java.util.Map map)
Constructor to support "includeTool **" usage. By default assumes that an Ivy jar is already in the classpath. The standard Gant installation includes an Ivy jar and it is automatically included in the classpath. However the ivyJarPath field can be set to allow explicit specification of the location of the Ivy jar.
Parameters:
binding - The GantBinding to bind to.
map - The Map of parameters for intialization.


 
Method Detail

invokeMethod

java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args)


 

Copyright © 2006–9 The Codehaus. All Rights Reserved.