Package com.jcabi.mysql.maven.plugin
Class Config
- java.lang.Object
-
- com.jcabi.mysql.maven.plugin.Config
-
-
Constructor Detail
-
Config
public Config(int port, @NotNull @NotNull String usr, @NotNull @NotNull String password, @NotNull @NotNull String dbn, @NotNull @NotNull List<String> opts)
Creates new configuration.- Parameters:
port
- TCP portusr
- Db user namepassword
- Db passworddbn
- Db nameopts
- Configuration options- Suppressed Checkstyle violations:
- ParameterNumberCheck (15 lines)
-
-