|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openxri.pipeline.stages.AbstractStage
public abstract class AbstractStage
The AbstractStage saves the properties with which the Stage was initialized for later use.
| Field Summary | |
|---|---|
protected java.util.Properties |
properties
|
| Constructor Summary | |
|---|---|
AbstractStage(java.util.Properties properties)
|
|
| Method Summary | |
|---|---|
java.util.Properties |
getProperties()
Returns the Properties object that was used to initialize the stage. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.openxri.pipeline.Stage |
|---|
execute, init |
| Field Detail |
|---|
protected java.util.Properties properties
| Constructor Detail |
|---|
public AbstractStage(java.util.Properties properties)
| Method Detail |
|---|
public java.util.Properties getProperties()
Stage
getProperties in interface Stage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||