org.compass.core.config
Class CompassEnvironment.Cascade

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

public abstract class CompassEnvironment.Cascade
extends Object

Settings for cascading operations.


Field Summary
static String DISABLE
          Disable all cascading operations.
static String FILTER_TYPE
          The fully qualified class name of a class implementing CompassCascadeFilter, which allows filtering of create/insert/delete cascade operations.
 
Constructor Summary
CompassEnvironment.Cascade()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISABLE

public static final String DISABLE
Disable all cascading operations.

See Also:
Constant Field Values

FILTER_TYPE

public static final String FILTER_TYPE
The fully qualified class name of a class implementing CompassCascadeFilter, which allows filtering of create/insert/delete cascade operations.

See Also:
Constant Field Values
Constructor Detail

CompassEnvironment.Cascade

public CompassEnvironment.Cascade()


Copyright (c) 2004-2008 The Compass Project.