|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.james.Constants
public class 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 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 |
---|
public static final java.lang.String SOFTWARE_VERSION
public static final java.lang.String SOFTWARE_NAME
public static final java.lang.String DEFAULT_DOMAIN
public static final java.lang.String HELLO_NAME
public static final java.lang.String POSTMASTER
public static final java.lang.String AVALON_COMPONENT_MANAGER
public static final java.lang.String DEFAULT_ENABLE_ALIASES
public static final java.lang.String DEFAULT_ENABLE_FORWARDING
public static final java.lang.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 |