public class Config extends Object
| 构造器和说明 |
|---|
Config()
Instantiates a new config.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDriver()
��ݿ������.
|
String |
getJDBCURL()
��ݿ�����URL.
|
int |
getMaxConnections()
Gets the max connections.
|
String |
getNutz()
Gets the nutz.
|
String |
getPackage()
Gets the package.
|
String |
getPassword()
Gets the password.
|
String |
getPath()
Gets the path.
|
String |
getSchema()
Gets the schema.
|
String |
getUser()
Gets the user.
|
void |
help()
Help.
|
boolean |
parse(String[] args)
Parses the.
|
public boolean parse(String[] args) throws org.apache.commons.cli.ParseException
args - the argsorg.apache.commons.cli.ParseException - the parse exceptionpublic void help()
public String getDriver()
public String getJDBCURL()
public int getMaxConnections()
public String getSchema()
public String getUser()
public String getPassword()
public String getPackage()
public String getPath()
public String getNutz()
Copyright © 2016. All rights reserved.