|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.intermine.postprocess.PostProcessor
public abstract class PostProcessor
Generic defn of a post process step...
| Field Summary | |
|---|---|
protected ObjectStoreWriter |
osw
|
| Constructor Summary | |
|---|---|
PostProcessor(ObjectStoreWriter osw)
Typical constructor with a handle to the object store we are working on. |
|
| Method Summary | |
|---|---|
ObjectStoreWriter |
getObjectStoreWriter()
Return the ObjectStoreWriter that was passed to the constructor. |
abstract void |
postProcess()
All subclasses should override this method so they can be called in a generic fashion. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ObjectStoreWriter osw
| Constructor Detail |
|---|
public PostProcessor(ObjectStoreWriter osw)
osw - The object store that the postprocessor should operate on.| Method Detail |
|---|
public ObjectStoreWriter getObjectStoreWriter()
public abstract void postProcess()
throws ObjectStoreException
ObjectStoreException - if there is a problem with the object store.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||