es.prodevelop.gvsig.mobile.common
Class TextUtils

java.lang.Object
  extended byes.prodevelop.gvsig.mobile.common.TextUtils

public class TextUtils
extends java.lang.Object

Used to hold some text useful constants/utilities.

Author:
jldominguez

Field Summary
static java.lang.String CRLF
          New line character
 
Constructor Summary
TextUtils()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CRLF

public static final java.lang.String CRLF
New line character

See Also:
Constant Field Values
Constructor Detail

TextUtils

public TextUtils()