org.apache.fulcrum.yaafi.framework.constant
Interface AvalonYaafiConstants

All Known Subinterfaces:
ServiceConstants
All Known Implementing Classes:
ServiceContainerImpl

public interface AvalonYaafiConstants

Commonly used constants for YAAFI. Basically we are mimicking a Merlin container fow whatever it is worth.

Author:
Siegfried Goeschl

Field Summary
static String AVALON_CONTAINER_YAAFI
          The YAAFI Container
static String COMPONENT_APP_ROOT
          this is only supplied for backward compatibilty with ECM
static String URN_AVALON_CLASSLOADER
          define the Merlin component classloader (ClassLoader)
static String URN_AVALON_HOME
          define the Merlin application root (File)
static String URN_AVALON_NAME
          define the Merlin component name (String)
static String URN_AVALON_PARTITION
          define the Merlin partition name (String)
static String URN_AVALON_TEMP
          define the Merlin temporary directory (File)
 

Field Detail

AVALON_CONTAINER_YAAFI

static final String AVALON_CONTAINER_YAAFI
The YAAFI Container

See Also:
Constant Field Values

URN_AVALON_HOME

static final String URN_AVALON_HOME
define the Merlin application root (File)

See Also:
Constant Field Values

URN_AVALON_TEMP

static final String URN_AVALON_TEMP
define the Merlin temporary directory (File)

See Also:
Constant Field Values

URN_AVALON_NAME

static final String URN_AVALON_NAME
define the Merlin component name (String)

See Also:
Constant Field Values

URN_AVALON_PARTITION

static final String URN_AVALON_PARTITION
define the Merlin partition name (String)

See Also:
Constant Field Values

URN_AVALON_CLASSLOADER

static final String URN_AVALON_CLASSLOADER
define the Merlin component classloader (ClassLoader)

See Also:
Constant Field Values

COMPONENT_APP_ROOT

static final String COMPONENT_APP_ROOT
this is only supplied for backward compatibilty with ECM

See Also:
Constant Field Values


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.