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


public interface AvalonMerlinConstants

Commonly used constants.

Author:
Siegfried Goeschl

Field Summary
static String AVALON_CONTAINER_MERLIN
          The Merlin Container
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_MERLIN

static final String AVALON_CONTAINER_MERLIN
The Merlin 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


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