Class CoreHelper

  • Direct Known Subclasses:
    Helper

    public class CoreHelper
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.String CR
      Store CR string, for some reason \n is not platform independent.
    • Constructor Summary

      Constructors 
      Constructor Description
      CoreHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String cr()
      Return a string containing the platform-appropriate characters for carriage return.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CR

        protected static java.lang.String CR
        Store CR string, for some reason \n is not platform independent.
    • Constructor Detail

      • CoreHelper

        public CoreHelper()
    • Method Detail

      • cr

        public static java.lang.String cr()
        Return a string containing the platform-appropriate characters for carriage return.