| Constructor and Description |
|---|
Config(int port,
String usr,
String password,
String dbn,
List<String> opts)
Creates new configuration.
|
public Config(int port,
@NotNull
String usr,
@NotNull
String password,
@NotNull
String dbn,
@NotNull
List<String> opts)
port - TCP portusr - Db user namepassword - Db passworddbn - Db nameopts - Configuration optionsCopyright © 2012–2014 jcabi.com. All rights reserved.