-
- All Superinterfaces:
NlsFormatter<NlsVariable>
public interface NlsVariableFormatter extends NlsFormatter<NlsVariable>
TheNlsVariableFormatteris anNlsFormatterfor aNlsVariable. It performs the higher-level formatting withjustificationdelegating the lower-level formatting to theaccording sub-formatter.
-
-
Method Summary
Static Methods Modifier and Type Method Description static NlsVariableFormatterget()-
Methods inherited from interface io.github.mmm.nls.formatter.NlsFormatter
format, format
-
-
-
-
Method Detail
-
get
static NlsVariableFormatter get()
- Returns:
- the instance of
NlsVariableFormatter.
-
-