Gant 1.9.6

gant.targets
[Groovy] Class Maven

java.lang.Object
  gant.targets.Maven

final class Maven
extends java.lang.Object

A class to provide the Maven 2 style lifecycle targets associated with a project.

Authors:
Russel Winder


Constructor Summary
Maven(GantBinding binding)

Constructor for the "includeTargets <<" usage.

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

Constructor for the "includeTargets **" usage.

 
Method Summary
java.lang.Object getProperty(java.lang.String name)

void setProperty(java.lang.String name, java.lang.Object value)

 
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

Maven

Maven(GantBinding binding)
Constructor for the "includeTargets <<" usage.
Parameters:
binding - The GantBinding to bind to.


Maven

Maven(GantBinding binding, java.util.Map map)
Constructor for the "includeTargets **" usage.
Parameters:
binding - The GantBinding to bind to.
map - The Map of initialization parameters.


 
Method Detail

getProperty

java.lang.Object getProperty(java.lang.String name)


setProperty

void setProperty(java.lang.String name, java.lang.Object value)


 

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