|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnl.toolforge.karma.core.cmd.util.BuildUtil
Validates a modules' dependencies by checking if the actual artifacts already exists on a local disk.
| Constructor Summary | |
BuildUtil(Manifest currentManifest)
|
|
| Method Summary | |
void |
cleanDependencies(Module module)
Cleans a modules' dependencies, by (recursively) traversing all modules that depend on module and
cleaning their build-directories. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BuildUtil(Manifest currentManifest)
| Method Detail |
public void cleanDependencies(Module module)
throws ManifestException
module and
cleaning their build-directories.
module - The (root)-module for which dependencies should be cleaned.
//@param modules All modules that have a dependency on module.
ManifestException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||