|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.james.Constants
Assorted Constants for use in all James blocks The Software Version, Software Name and Build Date are set by ant during the build process.
Field Summary | |
static String |
AVALON_COMPONENT_MANAGER
Key used to store the component manager for this James instance in a way accessible by Avalon aware Mailets. |
static String |
DEFAULT_DOMAIN
Context key used to store the default domain name serviced by this James instance in the context. |
static String |
DEFAULT_ENABLE_ALIASES
Context key used to store the enableAliases configuration for the default LocalUsers Repository. |
static String |
DEFAULT_ENABLE_FORWARDING
Context key used to store the enableForwarding configuration for the default LocalUsers Repository. |
static String |
DEFAULT_IGNORE_USERNAME_CASE
Context key used to store the ignoreCase configuration for the UserRepository |
static String |
HELLO_NAME
Context key used to store the Mailet/SMTP "hello name" for this James instance in the context. |
static String |
POSTMASTER
Context key used to store the postmaster address for this James instance in the context. |
static String |
SOFTWARE_NAME
The name of the software (i.e. |
static String |
SOFTWARE_VERSION
The version of James. |
Constructor Summary | |
Constants()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String SOFTWARE_VERSION
public static final String SOFTWARE_NAME
public static final String DEFAULT_DOMAIN
public static final String HELLO_NAME
public static final String POSTMASTER
public static final String AVALON_COMPONENT_MANAGER
public static final String DEFAULT_ENABLE_ALIASES
public static final String DEFAULT_ENABLE_FORWARDING
public static final String DEFAULT_IGNORE_USERNAME_CASE
Constructor Detail |
public Constants()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |