public class ReaderDefault extends Object implements IReader
| Constructor and Description |
|---|
ReaderDefault() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize()
Initialize something.
|
boolean |
isReplacer()
Says to replace content after reading.
|
String |
read(IContext context,
Object obj,
Object[] args)
Read the content of an object as String.
|
public void initialize()
IResetableinitialize in interface IResetablepublic String read(IContext context, Object obj, Object[] args) throws ReaderException
IReaderread in interface IReadercontext - The test context.obj - An object reader.args - Arguments of reading.ReaderException - On reading errors.public boolean isReplacer()
IReaderisReplacer in interface IReaderCopyright © 2016. All rights reserved.