Class ModuleRemover

java.lang.Object
   |
   +----java.util.VectorIterator
           |
           +----ModuleStoreIterator
                   |
                   +----ModuleRemover

class ModuleRemover
extends ModuleStoreIterator
A ModuleStoreIterator that removes the Modules it iterates over from a specified ModuleStore.

Version:
$Revision: 1.2 $

Variable Index

 o big
The ModuleStore from which Modules are removed.

Constructor Index

 o ModuleRemover(ModuleStore)

Method Index

 o action(Module)

Variables

 o big
 private ModuleStore big
The ModuleStore from which Modules are removed.

Constructors

 o ModuleRemover
 ModuleRemover(ModuleStore big)
Parameters:
big - the ModuleStore from which Modules are to be removed. The Modules that are removed fom big are passed to the doAll() method.
See Also:
doAll

Methods

 o action
 public void action(Module m)
Overrides:
action in class ModuleStoreIterator