java.lang.Object
is.codion.common.Separators
Utility class for separators.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe file separator for the current system, specified by the 'file.separator' system propertystatic final StringThe line separator for the current system, specified by the 'line.separator' system propertystatic final StringThe path separator for the current system, specified by the 'path.separator' system property -
Method Summary
-
Field Details
-
LINE_SEPARATOR
The line separator for the current system, specified by the 'line.separator' system property -
FILE_SEPARATOR
The file separator for the current system, specified by the 'file.separator' system property -
PATH_SEPARATOR
The path separator for the current system, specified by the 'path.separator' system property
-