org.compass.core.config
Class CompassEnvironment.PropertyAccessor

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

public abstract class CompassEnvironment.PropertyAccessor
extends Object

Settings for global rregistration and handling of property accessors.

This is a group settings, you can set more than one property accessor setting.


Field Summary
static String DEFAULT_GROUP
          The group name of the default group.
static String PREFIX
          The prefix for property accessor group settings
static String TYPE
          The fully qualified class name of the CompassEnvironment.PropertyAccessor or an actual instance.
 
Constructor Summary
CompassEnvironment.PropertyAccessor()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFIX

public static final String PREFIX
The prefix for property accessor group settings

See Also:
Constant Field Values

TYPE

public static final String TYPE
The fully qualified class name of the CompassEnvironment.PropertyAccessor or an actual instance.

See Also:
Constant Field Values

DEFAULT_GROUP

public static final String DEFAULT_GROUP
The group name of the default group. It will be used when no accessor is defined.

See Also:
Constant Field Values
Constructor Detail

CompassEnvironment.PropertyAccessor

public CompassEnvironment.PropertyAccessor()


Copyright (c) 2004-2008 The Compass Project.