|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The type of source to writable.public interface IWritableFactory<T>
Writable object factory.
| Method Summary | |
|---|---|
Class<T> |
getType()
Get the type handled by this factory. |
IWritable |
newWritable(Map<String,Object> information,
T source)
Writable with information. |
IWritable |
newWritable(T source)
Writable with information. |
| Methods inherited from interface org.specrunner.util.mapping.IResetable |
|---|
initialize |
| Method Detail |
|---|
Class<T> getType()
IWritable newWritable(T source)
source - Source of information to writable objects.
IWritable newWritable(Map<String,Object> information,
T source)
information - The information.source - Source of information to writable objects.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||