net.sf.hermesftp.common
Interface BeanConstants

All Known Implementing Classes:
AbstractAppAwareBean, AbstractFtpServer, DefaultFtpServer, SecureFtpServer

public interface BeanConstants

Holds the spring bean names as constants.

Author:
Lars Behnke

Field Summary
static java.lang.String BEAN_CONSOLE
          Bean that represents the FTP console.
static java.lang.String BEAN_SERVER
          Bean that represents the FTP server.
static java.lang.String BEAN_SESSION
          Bean that represents a FTP session.
static java.lang.String BEAN_SSL_SERVER
          Bean that represents the FTP server (SSL).
 

Field Detail

BEAN_SESSION

static final java.lang.String BEAN_SESSION
Bean that represents a FTP session.

See Also:
Constant Field Values

BEAN_SERVER

static final java.lang.String BEAN_SERVER
Bean that represents the FTP server.

See Also:
Constant Field Values

BEAN_SSL_SERVER

static final java.lang.String BEAN_SSL_SERVER
Bean that represents the FTP server (SSL).

See Also:
Constant Field Values

BEAN_CONSOLE

static final java.lang.String BEAN_CONSOLE
Bean that represents the FTP console.

See Also:
Constant Field Values


Copyright © 2005-2007 Lars Behnke. All Rights Reserved.