|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ReferenceReader
Interface class for reading value of a parameter reference.
| Method Summary | |
|---|---|
void |
init(List args)
Initialize this class |
Object |
read(Object key)
read the value of a given key |
| Method Detail |
|---|
void init(List args)
throws ReferenceReaderException,
IOException
args - input arguments, must be called first and only once after the implementing class
is instantiated.
IOException - if an exception is raised due to I/O error
ReferenceReaderException - raised when any errors other than I/O is encountered.
Object read(Object key)
throws ReferenceReaderException
key - the key whose value is to be read. Must be non-null.
ReferenceReaderException - raised when any errors is encountered during this operation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||