org.jboss.util.platform
Interface Constants


public interface Constants

Platform constants.

Version:
$Revision: 1.3.6.2 $
Author:
Jason Dillon, Adrian Brock

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

Field Detail

LINE_SEPARATOR

static final String LINE_SEPARATOR
Platform dependent line separator.


FILE_SEPARATOR

static final String FILE_SEPARATOR
Platform dependant file separator.


PATH_SEPARATOR

static final String PATH_SEPARATOR
Platform dependant path separator.



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.