org.formaria.util
Class TextDefaults

java.lang.Object
  extended by org.formaria.util.TextDefaults

public class TextDefaults
extends java.lang.Object

Some defaults for text handling

Copyright (c) Formaria Ltd., 2008, This software is licensed under the GNU Public License (GPL), please see license.txt for more details. If you make commercial use of this software you must purchase a commercial license from formaria.

$Revision: 1.4 $


Field Summary
static java.lang.String CRLF_PAIR
           
static java.lang.String CRLF_PAIR_ENCODING
          Default encoding for CRLF pairs in the properties files
 
Constructor Summary
TextDefaults()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CRLF_PAIR_ENCODING

public static java.lang.String CRLF_PAIR_ENCODING
Default encoding for CRLF pairs in the properties files


CRLF_PAIR

public static java.lang.String CRLF_PAIR
Constructor Detail

TextDefaults

public TextDefaults()