org.compass.core.config
Class CompassEnvironment

java.lang.Object
  extended by org.compass.core.config.CompassEnvironment

public class CompassEnvironment
extends Object

Compass environment settings constants class. Additional environemnt setting can be found at: LuceneEnvironment.

Author:
kimchy

Nested Class Summary
 class CompassEnvironment.Alias
           
 class CompassEnvironment.All
          Settetings relating to the "all" property.
 class CompassEnvironment.Cache
           
 class CompassEnvironment.Converter
          Converter settings
 class CompassEnvironment.Jndi
           
 class CompassEnvironment.ManagedId
           
 class CompassEnvironment.NamingStrategy
           
 class CompassEnvironment.Transaction
           
 
Field Summary
static String CONNECTION
          Determines the connection string (like file path)
static String CONNECTION_SUB_CONTEXT
          Expert.
static String NAME
          The name of the compass instance.
 
Constructor Summary
CompassEnvironment()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONNECTION

public static final String CONNECTION
Determines the connection string (like file path)

See Also:
Constant Field Values

CONNECTION_SUB_CONTEXT

public static final String CONNECTION_SUB_CONTEXT
Expert. The sub context of the connection.

See Also:
Constant Field Values

NAME

public static final String NAME
The name of the compass instance. If Jndi is enabled, will also be the name under which compass will register.

See Also:
Constant Field Values
Constructor Detail

CompassEnvironment

public CompassEnvironment()


Copyright (c) 2004-2006 The Compass Project.