public class Config extends Object implements IConfigure
| 构造器和说明 |
|---|
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) |
public boolean parse(String[] args) throws org.apache.commons.cli.ParseException
org.apache.commons.cli.ParseExceptionpublic void help()
public String getDriver()
getDriver 在接口中 IConfigurepublic String getJDBCURL()
getJDBCURL 在接口中 IConfigurepublic int getMaxConnections()
getMaxConnections 在接口中 IConfigurepublic String getSchema()
getSchema 在接口中 IConfigurepublic String getUser()
getUser 在接口中 IConfigurepublic String getPassword()
getPassword 在接口中 IConfigurepublic String getPackage()
getPackage 在接口中 IConfigurepublic String getPath()
getPath 在接口中 IConfigurepublic String getNutz()
getNutz 在接口中 IConfigureCopyright © 2017. All rights reserved.