|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IReader
Stand for something which read a text from a object.
| Method Summary | |
|---|---|
boolean |
isReplacer()
Says to replace content after reading. |
String |
read(IContext context,
Object obj,
Object[] args)
Read the content of an object as String. |
| Methods inherited from interface org.specrunner.util.reset.IResetable |
|---|
initialize |
| Method Detail |
|---|
String read(IContext context,
Object obj,
Object[] args)
throws ReaderException
context - The test context.obj - An object reader.args - Arguments of reading.
ReaderException - On reading errors.boolean isReplacer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||