Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
D
E
F
G
I
M
N
O
P
S
W
X
B
Bean
- Class in
org.apache.ftpserver
Bean()
- Constructor for class org.apache.ftpserver.
Bean
C
cast(Class<?>, String)
- Static method in class org.apache.ftpserver.util.
ConfigurationClassUtils
characters(char[], int, int)
- Method in class org.apache.ftpserver.config.
XmlConfigurationHandler
Update last element value.
CommandLine
- Class in
org.apache.ftpserver.commandline
This class is the starting point for the FtpServer when it is started using the command line mode.
compare(String, String)
- Method in class org.apache.ftpserver.util.
ConfigurationClassUtils.KeyComparator
Component
- Interface in
org.apache.ftpserver.ftplet
This interface abstracts the basic lifecycle method.
ComponentBean
- Class in
org.apache.ftpserver
ComponentBean(Configuration, Class<Component>)
- Constructor for class org.apache.ftpserver.
ComponentBean
ConfigurableFtpServerContext
- Class in
org.apache.ftpserver
FTP server configuration implementation.
ConfigurableFtpServerContext(Configuration)
- Constructor for class org.apache.ftpserver.
ConfigurableFtpServerContext
Constructor - set the root configuration.
Configuration
- Interface in
org.apache.ftpserver.ftplet
Configuration interface.
ConfigurationClassUtils
- Class in
org.apache.ftpserver.util
ConfigurationClassUtils()
- Constructor for class org.apache.ftpserver.util.
ConfigurationClassUtils
ConfigurationClassUtils.KeyComparator
- Class in
org.apache.ftpserver.util
ConfigurationClassUtils.KeyComparator()
- Constructor for class org.apache.ftpserver.util.
ConfigurationClassUtils.KeyComparator
configure(Configuration)
- Method in interface org.apache.ftpserver.ftplet.
Component
Configure the component.
createBean(Configuration, String)
- Static method in class org.apache.ftpserver.
Bean
createBean(Configuration, String)
- Static method in class org.apache.ftpserver.util.
ConfigurationClassUtils
createMap(Configuration)
- Static method in class org.apache.ftpserver.util.
ConfigurationClassUtils
D
Daemon
- Class in
org.apache.ftpserver.commandline
Invokes FtpServer as a daemon, running in the background.
Daemon()
- Constructor for class org.apache.ftpserver.commandline.
Daemon
destroyBean()
- Method in class org.apache.ftpserver.
Bean
destroyBean()
- Method in class org.apache.ftpserver.
ComponentBean
destroyBean()
- Method in class org.apache.ftpserver.
PojoBean
dispose()
- Method in class org.apache.ftpserver.
ConfigurableFtpServerContext
Close all the components.
dispose()
- Method in interface org.apache.ftpserver.ftplet.
Component
Dispose component - release all the resources.
E
EmptyConfiguration
- Class in
org.apache.ftpserver.ftplet
Empty configuration - always returns the default values.
endElement(String, String, String)
- Method in class org.apache.ftpserver.config.
XmlConfigurationHandler
Remove the last element from stack.
error(SAXParseException)
- Method in class org.apache.ftpserver.config.
XmlConfigurationHandler
Handle parsing error.
extendsClass(Class<?>, String)
- Static method in class org.apache.ftpserver.util.
ConfigurationClassUtils
Checks if a class is a subclass of a class with the specified name.
F
fatalError(SAXParseException)
- Method in class org.apache.ftpserver.config.
XmlConfigurationHandler
Handle parsing error.
G
getBean()
- Method in class org.apache.ftpserver.
Bean
getBean()
- Method in class org.apache.ftpserver.
ComponentBean
getBean()
- Method in class org.apache.ftpserver.
PojoBean
getBoolean(String)
- Method in class org.apache.ftpserver.config.
PropertiesConfiguration
Get boolean - if not found throws FtpException.
getBoolean(String, boolean)
- Method in class org.apache.ftpserver.config.
PropertiesConfiguration
Get boolean - if not found returns the default value.
getBoolean(String)
- Method in class org.apache.ftpserver.config.
XmlConfiguration
Get boolean - if not found throws FtpException.
getBoolean(String, boolean)
- Method in class org.apache.ftpserver.config.
XmlConfiguration
Get boolean - if not found returns the default value.
getBoolean(String)
- Method in interface org.apache.ftpserver.ftplet.
Configuration
Get boolean - if not found throws FtpException.
getBoolean(String, boolean)
- Method in interface org.apache.ftpserver.ftplet.
Configuration
Get boolean - if not found returns the default value.
getBoolean(String)
- Method in class org.apache.ftpserver.ftplet.
EmptyConfiguration
Throw exception.
getBoolean(String, boolean)
- Method in class org.apache.ftpserver.ftplet.
EmptyConfiguration
Return default value.
getCommandFactory()
- Method in class org.apache.ftpserver.
ConfigurableFtpServerContext
Get the command factory.
getConnectionConfig()
- Method in class org.apache.ftpserver.
ConfigurableFtpServerContext
getDouble(String)
- Method in class org.apache.ftpserver.config.
PropertiesConfiguration
Get double - if not found throws FtpException.
getDouble(String, double)
- Method in class org.apache.ftpserver.config.
PropertiesConfiguration
Get double - if not found returns the default value.
getDouble(String)
- Method in class org.apache.ftpserver.config.
XmlConfiguration
Get double - if not found throws FtpException.
getDouble(String, double)
- Method in class org.apache.ftpserver.config.
XmlConfiguration
Get double - if not found returns the default value.
getDouble(String)
- Method in interface org.apache.ftpserver.ftplet.
Configuration
Get double - if not found throws FtpException.
getDouble(String, double)
- Method in interface org.apache.ftpserver.ftplet.
Configuration
Get double - if not found returns the default value.
getDouble(String)
- Method in class org.apache.ftpserver.ftplet.
EmptyConfiguration
Throw exception.
getDouble(String, double)
- Method in class org.apache.ftpserver.ftplet.
EmptyConfiguration
Get default value.
getFileSystemManager()
- Method in class org.apache.ftpserver.
ConfigurableFtpServerContext
Get file system manager.
getFtplet(String)
- Method in class org.apache.ftpserver.
ConfigurableFtpServerContext
Get Ftplet.
getFtpletContainer()
- Method in class org.apache.ftpserver.
ConfigurableFtpServerContext
Get ftplet handler.
getFtpStatistics()
- Method in class org.apache.ftpserver.
ConfigurableFtpServerContext
Get ftp statistics.
getInt(String)
- Method in class org.apache.ftpserver.config.
PropertiesConfiguration
Get integer - if not found throws FtpException.
getInt(String, int)
- Method in class org.apache.ftpserver.config.
PropertiesConfiguration
Get int - if not found returns the default value.
getInt(String)
- Method in class org.apache.ftpserver.config.
XmlConfiguration
Get integer - if not found throws FtpException.
getInt(String, int)
- Method in class org.apache.ftpserver.config.
XmlConfiguration
Get integer - if not found returns the default value.
getInt(String)
- Method in interface org.apache.ftpserver.ftplet.
Configuration
Get integer - if not found throws FtpException.
getInt(String, int)
- Method in interface org.apache.ftpserver.ftplet.
Configuration
Get integer - if not found returns the default value.
getInt(String)
- Method in class org.apache.ftpserver.ftplet.
EmptyConfiguration
Throw exception.
getInt(String, int)
- Method in class org.apache.ftpserver.ftplet.
EmptyConfiguration
Return default value.
getKeys()
- Method in class org.apache.ftpserver.config.
PropertiesConfiguration
Get configuration keys.
getKeys()
- Method in class org.apache.ftpserver.config.
XmlConfiguration
Get the configuration keys.
getKeys()
- Method in interface org.apache.ftpserver.ftplet.
Configuration
Get the configuration keys.
getKeys()
- Method in class org.apache.ftpserver.ftplet.
EmptyConfiguration
Get the keys.
getListener(String)
- Method in class org.apache.ftpserver.
ConfigurableFtpServerContext
getListeners()
- Method in class org.apache.ftpserver.
ConfigurableFtpServerContext
getLong(String)
- Method in class org.apache.ftpserver.config.
PropertiesConfiguration
Get long - if not found throws FtpException.
getLong(String, long)
- Method in class org.apache.ftpserver.config.
PropertiesConfiguration
Get long - if not found returns the default value.
getLong(String)
- Method in class org.apache.ftpserver.config.
XmlConfiguration
Get long - if not found throws FtpException.
getLong(String, long)
- Method in class org.apache.ftpserver.config.
XmlConfiguration
Get long - if not found returns the default value.
getLong(String)
- Method in interface org.apache.ftpserver.ftplet.
Configuration
Get long - if not found throws FtpException.
getLong(String, long)
- Method in interface org.apache.ftpserver.ftplet.
Configuration
Get long - if not found returns the default value.
getLong(String)
- Method in class org.apache.ftpserver.ftplet.
EmptyConfiguration
Throw exception.
getLong(String, long)
- Method in class org.apache.ftpserver.ftplet.
EmptyConfiguration
Return default value.
getMessageResource()
- Method in class org.apache.ftpserver.
ConfigurableFtpServerContext
Get message resource.
getParser()
- Method in class org.apache.ftpserver.config.
XmlConfigurationHandler
Get parser instance
getString(String)
- Method in class org.apache.ftpserver.config.
PropertiesConfiguration
Get string - if not found throws FtpException.
getString(String, String)
- Method in class org.apache.ftpserver.config.
PropertiesConfiguration
Get string - if not found returns the default value.
getString(String)
- Method in class org.apache.ftpserver.config.
XmlConfiguration
Get string - if not found throws FtpException.
getString(String, String)
- Method in class org.apache.ftpserver.config.
XmlConfiguration
Get string - if not found returns the default value.
getString(String)
- Method in interface org.apache.ftpserver.ftplet.
Configuration
Get string - if not found throws FtpException.
getString(String, String)
- Method in interface org.apache.ftpserver.ftplet.
Configuration
Get string - if not found returns the default value.
getString(String)
- Method in class org.apache.ftpserver.ftplet.
EmptyConfiguration
Throw exception.
getString(String, String)
- Method in class org.apache.ftpserver.ftplet.
EmptyConfiguration
Return default value.
getUserManager()
- Method in class org.apache.ftpserver.
ConfigurableFtpServerContext
Get user manager.
I
initBean()
- Method in class org.apache.ftpserver.
Bean
initBean()
- Method in class org.apache.ftpserver.
ComponentBean
initBean()
- Method in class org.apache.ftpserver.
PojoBean
INSTANCE
- Static variable in class org.apache.ftpserver.ftplet.
EmptyConfiguration
invokeMethod(Object, String)
- Static method in class org.apache.ftpserver.util.
ConfigurationClassUtils
isEmpty()
- Method in class org.apache.ftpserver.config.
PropertiesConfiguration
Is empty?
isEmpty()
- Method in class org.apache.ftpserver.config.
XmlConfiguration
Is empty?
isEmpty()
- Method in interface org.apache.ftpserver.ftplet.
Configuration
Is it an empty configuration?
isEmpty()
- Method in class org.apache.ftpserver.ftplet.
EmptyConfiguration
Is empty?
M
main(String[])
- Static method in class org.apache.ftpserver.commandline.
CommandLine
This method is the FtpServer starting point when running by using the command line mode.
main(String[])
- Static method in class org.apache.ftpserver.commandline.
Daemon
N
normalizePropertyName(String)
- Static method in class org.apache.ftpserver.util.
ConfigurationClassUtils
O
org.apache.ftpserver
- package org.apache.ftpserver
org.apache.ftpserver.commandline
- package org.apache.ftpserver.commandline
org.apache.ftpserver.config
- package org.apache.ftpserver.config
org.apache.ftpserver.ftplet
- package org.apache.ftpserver.ftplet
org.apache.ftpserver.util
- package org.apache.ftpserver.util
P
parse()
- Method in class org.apache.ftpserver.config.
XmlConfigurationHandler
Parse the input to create xml configuration
PojoBean
- Class in
org.apache.ftpserver
PojoBean(Configuration, Class<Object>)
- Constructor for class org.apache.ftpserver.
PojoBean
prefix
- Variable in class org.apache.ftpserver.config.
PropertiesConfiguration
prop
- Variable in class org.apache.ftpserver.config.
PropertiesConfiguration
PropertiesConfiguration
- Class in
org.apache.ftpserver.config
Properties based configuration.
PropertiesConfiguration()
- Constructor for class org.apache.ftpserver.config.
PropertiesConfiguration
Private constructor - used internally to get configuration subset.
PropertiesConfiguration(InputStream)
- Constructor for class org.apache.ftpserver.config.
PropertiesConfiguration
Constructor - set the properties input stream.
PropertiesConfiguration(Properties)
- Constructor for class org.apache.ftpserver.config.
PropertiesConfiguration
Constructor - set the properties.
S
setProperty(Object, String, String)
- Static method in class org.apache.ftpserver.util.
ConfigurationClassUtils
setProperty(Object, String, Object)
- Static method in class org.apache.ftpserver.util.
ConfigurationClassUtils
startElement(String, String, String, Attributes)
- Method in class org.apache.ftpserver.config.
XmlConfigurationHandler
New element.
subset(String)
- Method in class org.apache.ftpserver.config.
PropertiesConfiguration
Get sub configuration.
subset(String)
- Method in class org.apache.ftpserver.config.
XmlConfiguration
Return the first
XmlConfiguration
object child of this associated with the given name.
subset(String)
- Method in interface org.apache.ftpserver.ftplet.
Configuration
Get configuration subset.
subset(String)
- Method in class org.apache.ftpserver.ftplet.
EmptyConfiguration
Throw exception.
W
warning(SAXParseException)
- Method in class org.apache.ftpserver.config.
XmlConfigurationHandler
Handle parsing warning.
X
XmlConfiguration
- Class in
org.apache.ftpserver.config
XML based configuration element.
XmlConfiguration(String)
- Constructor for class org.apache.ftpserver.config.
XmlConfiguration
Create a new
XmlConfiguration
instance.
XmlConfigurationHandler
- Class in
org.apache.ftpserver.config
A SAXHandler helps to build XmlConfiguration out of sax events.
XmlConfigurationHandler(InputStream)
- Constructor for class org.apache.ftpserver.config.
XmlConfigurationHandler
Constructor.
B
C
D
E
F
G
I
M
N
O
P
S
W
X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2003-2008
The Apache Software Foundation
. All Rights Reserved.