org.jboss.util.platform
Interface Constants


public interface Constants

Platform constants.


Field Summary
static java.lang.String FILE_SEPARATOR
          Platform dependant file separator.
static java.lang.String LINE_SEPARATOR
          Platform dependent line separator.
static java.lang.String PATH_SEPARATOR
          Platform dependant path separator.
 

Field Detail

LINE_SEPARATOR

public static final java.lang.String LINE_SEPARATOR
Platform dependent line separator.


FILE_SEPARATOR

public static final java.lang.String FILE_SEPARATOR
Platform dependant file separator.


PATH_SEPARATOR

public static final java.lang.String PATH_SEPARATOR
Platform dependant path separator.