Class Separators

java.lang.Object
is.codion.common.Separators

public final class Separators extends Object
Utility class for separators.
  • Field Details

    • LINE_SEPARATOR

      public static final String LINE_SEPARATOR
      The line separator for the current system, specified by the 'line.separator' system property
    • FILE_SEPARATOR

      public static final String FILE_SEPARATOR
      The file separator for the current system, specified by the 'file.separator' system property
    • PATH_SEPARATOR

      public static final String PATH_SEPARATOR
      The path separator for the current system, specified by the 'path.separator' system property