All Packages Class Hierarchy This Package Previous Next Index
Class store.StorePrinter
java.lang.Object
|
+----store.StorePrinter
- public class StorePrinter
- extends Object
- implements StoreIterator
A StoreIterator that prints all elements in a Store.
Just like ModuleStoreIterator, it `disables' the methods
doAll() and action() from the interface Iterator (inherited
through StoreIterator), because they work on Objects, while
this class is designed to work only on Stores.
- Version:
- $Revision: 1.6 $
-
result
-
-
StorePrinter()
-
-
action(Object)
-
-
action(StoreElement)
-
-
doAll(Object)
-
-
doAll(Store)
-
-
getResult()
-
-
postAction()
-
-
preAction()
-
result
protected String result
StorePrinter
public StorePrinter()
doAll
public void doAll(Store store)
preAction
public void preAction()
action
public void action(StoreElement item)
postAction
public void postAction()
getResult
public String getResult()
doAll
public void doAll(Object s)
action
public void action(Object e)
All Packages Class Hierarchy This Package Previous Next Index