public class CommandLine extends Object
Modifier | Constructor and Description |
---|---|
protected |
CommandLine()
The purpose of this class is to allow the final user to start the
FtpServer application.
|
Modifier and Type | Method and Description |
---|---|
protected FtpServer |
getConfiguration(String[] args)
Get the configuration object.
|
static void |
main(String[] args)
This method is the FtpServer starting point when running by using the
command line mode.
|
protected void |
usage()
Print the usage message.
|
protected CommandLine()
static
methods and cannot be instanced.public static void main(String[] args)
args
- The first element of this array must specify the kind of
configuration to be used to start the server.protected void usage()
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.