Class SystemProperties

java.lang.Object
org.fest.swing.util.SystemProperties

public final class SystemProperties extends Object
Understands system properties.
Since:
1.2
  • Field Details

  • Constructor Details

    • SystemProperties

      private SystemProperties()
  • Method Details

    • getLineSeparator

      private static String getLineSeparator()
    • lineSeparator

      static String lineSeparator(SystemPropertyReader reader)
    • lineSeparator

      public static String lineSeparator()
      Returns the line separator from the system property "line.separator."
      Returns:
      the line separator from the system property "line.separator."