站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

Constants (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


org.jboss.util.platform
Interface Constants


public interface Constants

Platform constants.

Version:
$Revision: 1.3 $
Author:
Jason Dillon

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

public static final String LINE_SEPARATOR
Platform dependent line separator.


FILE_SEPARATOR

public static final String FILE_SEPARATOR
Platform dependant file separator.


PATH_SEPARATOR

public static final String PATH_SEPARATOR
Platform dependant path separator.



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