com.izforge.izpack.util
Interface StringConstants

All Known Implementing Classes:
OsVersion

public interface StringConstants

Holds and provides some StringConstants such as NL = "\n"

Author:
marc.eppelmann@reddot.de

Field Summary
static java.lang.String NL
           
static java.lang.String SP
           
 

Field Detail

NL

public static final java.lang.String NL
See Also:
Constant Field Values

SP

public static final java.lang.String SP
See Also:
Constant Field Values