public interface IWritable
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Copyright © 2016. All rights reserved.