commit | 82d0209dc8d35b747c5632b13da4d3a4cdf0fd6d | [log] [tgz] |
---|---|---|
author | Edwin Kempin <edwin.kempin@sap.com> | Tue Oct 07 15:53:26 2014 +0200 |
committer | Edwin Kempin <edwin.kempin@sap.com> | Wed Oct 08 12:05:21 2014 +0200 |
tree | 3ecb4fa8093fd41b21c6a8658a314f3c0338864a | |
parent | 1121dc5ca5da66fbaceb4183613857096152b4c2 [diff] |
Add common interface for formatters Having a common interface for formatters makes it easier to add additional formatters. Now to add a new formatter one only needs to implement the Formatter interface and register the implementation in a DynamicMap. Change-Id: I4cbbf6cff89b18a277f8d828486ae9cc023c2dca Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>