org.codehaus.plexus.application
Class PlexusRuntimeConstants

java.lang.Object
  extended by org.codehaus.plexus.application.PlexusRuntimeConstants

public class PlexusRuntimeConstants
extends Object

Version:
$Id: PlexusRuntimeConstants.java 1451 2005-02-06 23:44:49Z trygvis $
Author:
Trygve Laugstøl

Field Summary
static String APPLICATIONS_DIRECTORY
           
static String BIN_DIRECTORY
           
static String BOOT_DIRECTORY
           
static String CONF_DIRECTORY
           
static String CONFIGURATION_FILE
           
static String CORE_DIRECTORY
           
static String LIB_DIRECTORY
           
static String LOGS_DIRECTORY
           
static String SERVICES_DIRECTORY
           
static String TEMP_DIRECTORY
           
 
Constructor Summary
PlexusRuntimeConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPLICATIONS_DIRECTORY

public static final String APPLICATIONS_DIRECTORY
See Also:
Constant Field Values

BIN_DIRECTORY

public static final String BIN_DIRECTORY
See Also:
Constant Field Values

BOOT_DIRECTORY

public static final String BOOT_DIRECTORY
See Also:
Constant Field Values

CONF_DIRECTORY

public static final String CONF_DIRECTORY
See Also:
Constant Field Values

CORE_DIRECTORY

public static final String CORE_DIRECTORY
See Also:
Constant Field Values

LOGS_DIRECTORY

public static final String LOGS_DIRECTORY
See Also:
Constant Field Values

LIB_DIRECTORY

public static final String LIB_DIRECTORY
See Also:
Constant Field Values

TEMP_DIRECTORY

public static final String TEMP_DIRECTORY
See Also:
Constant Field Values

SERVICES_DIRECTORY

public static final String SERVICES_DIRECTORY
See Also:
Constant Field Values

CONFIGURATION_FILE

public static final String CONFIGURATION_FILE
See Also:
Constant Field Values
Constructor Detail

PlexusRuntimeConstants

public PlexusRuntimeConstants()


Copyright © 2001-2011 Codehaus. All Rights Reserved.