Gant 1.9.6

gant.targets
[Groovy] Class Clean

java.lang.Object
  gant.targets.Clean

final class Clean
extends java.lang.Object

A class to provide clean and clobber actions for Gant build scripts. Maintains separate lists of Ant pattern specifications and directory names for clean and for clobber. The lists are used as the specifications when the clean or clobber methods are called.

Authors:
Russel Winder


Constructor Summary
Clean(GantBinding binding)

Constructor for the "includeTargets <<" usage.

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

Constructor for the "includeTargets **" usage.

 
Method Summary
 
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

Clean

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


Clean

Clean(GantBinding binding, java.util.Map map)
Constructor for the "includeTargets **" usage. Currently ignores keys other than cleanPattern, cleanDirectory, clobberPattern, and clobberDirectory.
Parameters:
binding - The GantBinding to bind to.
map - The Map of initialization parameters.


 

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