Interface SeparatorConstants

  • All Known Subinterfaces:
    Constants

    public interface SeparatorConstants
    Separator Constants

    Since:
    1.0.0
    Author:
    Mercy
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ARCHIVE_ENTRY_SEPARATOR
      Archive Entry Separator : "!
      static java.lang.String FILE_SEPARATOR
      File Separator : File.separator
      static java.lang.String LINE_SEPARATOR
      Line Separator : System.lineSeparator()
      static java.lang.String PATH_SEPARATOR
      Path Separator : File.pathSeparator
    • Field Detail

      • ARCHIVE_ENTRY_SEPARATOR

        static final java.lang.String ARCHIVE_ENTRY_SEPARATOR
        Archive Entry Separator : "!/"
        See Also:
        Constant Field Values
      • FILE_SEPARATOR

        static final java.lang.String FILE_SEPARATOR
        File Separator : File.separator
      • PATH_SEPARATOR

        static final java.lang.String PATH_SEPARATOR
        Path Separator : File.pathSeparator
      • LINE_SEPARATOR

        static final java.lang.String LINE_SEPARATOR
        Line Separator : System.lineSeparator()