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 StringThe system-dependent line separator (shortcut forSystem.getProperty("line.separator")).static final intThe length ofLS.static final StringThe string used fornull-values.static final StringThe tabulator ("\t").static final intThe length ofTAB.
-
Field Details