|
Gant 1.9.6 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgant.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.
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(GantBinding binding)
binding
- The GantBinding
to bind to.
Clean(GantBinding binding, java.util.Map map)
binding
- The GantBinding
to bind to.map
- The Map
of initialization parameters.
Copyright © 2006–9 The Codehaus. All Rights Reserved.