Package com.saperion.common.lang.format
Interface FormatConstants
- All Known Implementing Classes:
CollectionFormatter
,ExceptionFormatter
,ParameterFormatter
public interface FormatConstants
Contains useful constants that are often used by string formatting methods.
- Author:
- agz
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The system-dependent line separator (shortcut forSystem.getProperty("line.separator")
).static final int
The length ofLS
.static final String
The string used fornull
-values.static final String
The tabulator ("\t"
).static final int
The length ofTAB
.
-
Field Details