public abstract static class ConfigurationTest.Component
extends java.lang.Object
| Constructor and Description |
|---|
Component() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
doIt()
Executes this component.
|
protected abstract java.io.InputStream |
getStream()
Returns the stream to be read.
|
protected void |
readStream()
Reads the stream returned by
readStream(). |
public abstract void doIt()
protected void readStream()
readStream().
Reusable implementation but not in doIt() in order to be
accountable.protected abstract java.io.InputStream getStream()
throws java.io.IOException
java.io.IOException - in case of errors