java.lang.Object
org.eclipse.persistence.internal.core.helper.CoreHelper
Direct Known Subclasses:
Helper

public class CoreHelper extends Object
  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static 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 Details

    • CR

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

    • CoreHelper

      public CoreHelper()
  • Method Details

    • cr

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