org.compass.core.config
Class CompassEnvironment.Alias

java.lang.Object
  extended by org.compass.core.config.CompassEnvironment.Alias
Enclosing class:
CompassEnvironment

public abstract class CompassEnvironment.Alias
extends Object

Settings relating to the "alias" property


Field Summary
static String DEFAULT_EXTENDED_ALIAS_NAME
          The default name for the extended alias property: extendedAlias.
static String DEFAULT_NAME
          The default name for the "alias" property: alias.
static String EXTENDED_ALIAS_NAME
          The name of the property where extended aliases are stored in the resource.
static String NAME
          The name of the "alias" proeprty.
 
Constructor Summary
CompassEnvironment.Alias()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
The name of the "alias" proeprty. Defaults to DEFAULT_NAME which is alias.

See Also:
Constant Field Values

DEFAULT_NAME

public static final String DEFAULT_NAME
The default name for the "alias" property: alias.

See Also:
Constant Field Values

EXTENDED_ALIAS_NAME

public static final String EXTENDED_ALIAS_NAME
The name of the property where extended aliases are stored in the resource. Defaults to DEFAULT_EXTENDED_ALIAS_NAME which is extendedAlias.

See Also:
Constant Field Values

DEFAULT_EXTENDED_ALIAS_NAME

public static final String DEFAULT_EXTENDED_ALIAS_NAME
The default name for the extended alias property: extendedAlias.

See Also:
Constant Field Values
Constructor Detail

CompassEnvironment.Alias

public CompassEnvironment.Alias()


Copyright (c) 2004-2008 The Compass Project.