org.apache.james
Class Constants

java.lang.Object
  extended by org.apache.james.Constants

public class Constants
extends java.lang.Object

Assorted Constants for use in all James blocks The Software Version, Software Name and Build Date are set by ant during the build process.

Version:
This is $Revision: 494012 $

Field Summary
static java.lang.String AVALON_COMPONENT_MANAGER
          Key used to store the component manager for this James instance in a way accessible by Avalon aware Mailets.
static java.lang.String DEFAULT_DOMAIN
          Context key used to store the default domain name serviced by this James instance in the context.
static java.lang.String DEFAULT_ENABLE_ALIASES
          Context key used to store the enableAliases configuration for the default LocalUsers Repository.
static java.lang.String DEFAULT_ENABLE_FORWARDING
          Context key used to store the enableForwarding configuration for the default LocalUsers Repository.
static java.lang.String DEFAULT_IGNORE_USERNAME_CASE
          Context key used to store the ignoreCase configuration for the UserRepository
static java.lang.String HELLO_NAME
          Context key used to store the Mailet/SMTP "hello name" for this James instance in the context.
static java.lang.String POSTMASTER
          Context key used to store the postmaster address for this James instance in the context.
static java.lang.String SOFTWARE_NAME
          The name of the software (i.e.
static java.lang.String SOFTWARE_VERSION
          The version of James.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOFTWARE_VERSION

public static final java.lang.String SOFTWARE_VERSION
The version of James.

See Also:
Constant Field Values

SOFTWARE_NAME

public static final java.lang.String SOFTWARE_NAME
The name of the software (i.e. James).

See Also:
Constant Field Values

DEFAULT_DOMAIN

public static final java.lang.String DEFAULT_DOMAIN
Context key used to store the default domain name serviced by this James instance in the context.

See Also:
Constant Field Values

HELLO_NAME

public static final java.lang.String HELLO_NAME
Context key used to store the Mailet/SMTP "hello name" for this James instance in the context.

See Also:
Constant Field Values

POSTMASTER

public static final java.lang.String POSTMASTER
Context key used to store the postmaster address for this James instance in the context.

See Also:
Constant Field Values

AVALON_COMPONENT_MANAGER

public static final java.lang.String AVALON_COMPONENT_MANAGER
Key used to store the component manager for this James instance in a way accessible by Avalon aware Mailets.

See Also:
Constant Field Values

DEFAULT_ENABLE_ALIASES

public static final java.lang.String DEFAULT_ENABLE_ALIASES
Context key used to store the enableAliases configuration for the default LocalUsers Repository.

See Also:
Constant Field Values

DEFAULT_ENABLE_FORWARDING

public static final java.lang.String DEFAULT_ENABLE_FORWARDING
Context key used to store the enableForwarding configuration for the default LocalUsers Repository.

See Also:
Constant Field Values

DEFAULT_IGNORE_USERNAME_CASE

public static final java.lang.String DEFAULT_IGNORE_USERNAME_CASE
Context key used to store the ignoreCase configuration for the UserRepository

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.