org.apache.james.transport
Class Resources

java.lang.Object
  extended by org.apache.james.transport.Resources

public class Resources
extends java.lang.Object

A set of constants used inside the James transport.

Version:
1.0.0, 24/04/1999

Field Summary
static java.lang.String MAIL_SERVER
          Deprecated. this is unused
static java.lang.String MAILET_LOADER
          Key for looking up the MailetLoader
static java.lang.String MATCH_LOADER
          Key for looking up the MatchLoader
static java.lang.String TMP_REPOSITORY
          Deprecated. this is unused
static java.lang.String TRANSPORT
          Deprecated. this is unused
static java.lang.String USERS_MANAGER
          Deprecated. this is unused
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USERS_MANAGER

public static final java.lang.String USERS_MANAGER
Deprecated. this is unused
Don't know what this is supposed to be.

See Also:
Constant Field Values

MAIL_SERVER

public static final java.lang.String MAIL_SERVER
Deprecated. this is unused
Don't know what this is supposed to be.

See Also:
Constant Field Values

TRANSPORT

public static final java.lang.String TRANSPORT
Deprecated. this is unused
Don't know what this is supposed to be.

See Also:
Constant Field Values

TMP_REPOSITORY

public static final java.lang.String TMP_REPOSITORY
Deprecated. this is unused
Don't know what this is supposed to be.

See Also:
Constant Field Values

MAILET_LOADER

public static final java.lang.String MAILET_LOADER
Key for looking up the MailetLoader

See Also:
Constant Field Values

MATCH_LOADER

public static final java.lang.String MATCH_LOADER
Key for looking up the MatchLoader

See Also:
Constant Field Values


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