org.jasig.portal.serialize
Class LineSeparator

java.lang.Object
  extended by org.jasig.portal.serialize.LineSeparator

public final class LineSeparator
extends Object

Version:
$Revision: 19776 $ $Date: 2010-01-14 16:17:21 -0600 (Thu, 14 Jan 2010) $
Author:
Assaf Arkin
See Also:
OutputFormat

Field Summary
static String Macintosh
          Line separator for Macintosh systems (\r).
static String Unix
          Line separator for Unix systems (\n).
static String Web
          Line separator for the Web (\n).
static String Windows
          Line separator for Windows systems (\r\n).
 
Constructor Summary
LineSeparator()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Unix

public static final String Unix
Line separator for Unix systems (\n).

See Also:
Constant Field Values

Windows

public static final String Windows
Line separator for Windows systems (\r\n).

See Also:
Constant Field Values

Macintosh

public static final String Macintosh
Line separator for Macintosh systems (\r).

See Also:
Constant Field Values

Web

public static final String Web
Line separator for the Web (\n).

See Also:
Constant Field Values
Constructor Detail

LineSeparator

public LineSeparator()


Copyright © 2010 Jasig. All Rights Reserved.