Package org.fest.swing.util
Class SystemProperties
java.lang.Object
org.fest.swing.util.SystemProperties
Understands system properties.
- Since:
- 1.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private static final SystemPropertyReader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static String
static String
Returns the line separator from the system property "line.separator."(package private) static String
lineSeparator
(SystemPropertyReader reader)
-
Field Details
-
READER
-
LINE_SEPARATOR
-
-
Constructor Details
-
SystemProperties
private SystemProperties()
-
-
Method Details
-
getLineSeparator
-
lineSeparator
-
lineSeparator
Returns the line separator from the system property "line.separator."- Returns:
- the line separator from the system property "line.separator."
-