|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWritable
Stands for a object with extra information.
| Method Summary | |
|---|---|
Map<String,Object> |
getInformation()
Extra information mapping. |
boolean |
hasInformation()
If writable has information. |
Map<String,String> |
writeTo(String target)
Write the object to target and returns a map from names to results. |
| Method Detail |
|---|
boolean hasInformation()
Map<String,Object> getInformation()
Map<String,String> writeTo(String target)
throws ResultException
target - The target. i.e. a file to write to.
ResultException - On writing errors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||