public interface IFormatter extends IResetable
| Modifier and Type | Method and Description |
|---|---|
String |
format(Object value,
Object[] args)
Format a given object to another using some arguments as auxiliary.
|
initializeString format(Object value, Object[] args) throws FormatterException
value - The value to be formatted.args - The arguments.FormatterException - On format errors.Copyright © 2016. All rights reserved.