Interface JPICConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CR_LF
      Line separator for the current platform (i.e.
      static java.lang.String CR_LF_TAB
      line separator + tabulation
    • Field Detail

      • CR_LF

        static final java.lang.String CR_LF
        Line separator for the current platform (i.e. "\n" on Unix, "\n\r" on Windows, "\r" on Mac,..)
      • CR_LF_TAB

        static final java.lang.String CR_LF_TAB
        line separator + tabulation