Interface SystemDataFormatterFactory
public interface SystemDataFormatterFactory
The
SystemDataFormatterFactory creates system data formatter
instances for requested formatter types.- Author:
- Patrick Schmidt
-
Method Summary
Modifier and TypeMethodDescriptioncreateFormatter(Class<? extends SystemDataFormatter> formatterType) Returns a new system data formatter instance for the requested formatter type.
-
Method Details
-
createFormatter
Returns a new system data formatter instance for the requested formatter type.- Parameters:
formatterType- the requested type of system data formatter- Returns:
- a new system data formatter instance for the requested formatter type
- Throws:
UnknownFormatterException- if the given formatter type is unknown or creating an instance for it failed
-