org.apache.james.transport
Class Resources

java.lang.Object
  |
  +--org.apache.james.transport.Resources

public class Resources
extends Object

A set of constants used inside the James transport.

Version:
1.0.0, 24/04/1999
Author:
Federico Barbieri

Field Summary
static String MAIL_SERVER
          Deprecated. this is unused
static String MAILET_LOADER
          Key for looking up the MailetLoader
static String MATCH_LOADER
          Key for looking up the MatchLoader
static String TMP_REPOSITORY
          Deprecated. this is unused
static String TRANSPORT
          Deprecated. this is unused
static String USERS_MANAGER
          Deprecated. this is unused
 
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 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 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 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 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 String MAILET_LOADER
Key for looking up the MailetLoader

See Also:
Constant Field Values

MATCH_LOADER

public static final String MATCH_LOADER
Key for looking up the MatchLoader

See Also:
Constant Field Values


"Copyright © 1999-2002 Apache Jakarta Project. All Rights Reserved."