public interface IReader extends IResetable
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReplacer()
Says to replace content after reading.
|
String |
read(IContext context,
Object obj,
Object[] args)
Read the content of an object as String.
|
initializeString 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()
Copyright © 2016. All rights reserved.