Class InstallParametersImpl

java.lang.Object
ch.tocco.nice2.dbrefactoring.api.install.InstallParametersImpl
All Implemented Interfaces:
InstallParameters

public class InstallParametersImpl extends Object implements InstallParameters
Simple "bean-like" implementation of InstallParameters
  • Constructor Details

    • InstallParametersImpl

      public InstallParametersImpl()
    • InstallParametersImpl

      public InstallParametersImpl(@Nullable Connection conn)
    • InstallParametersImpl

      public InstallParametersImpl(@Nullable Connection conn, @Nullable Set<String> modules)
    • InstallParametersImpl

      public InstallParametersImpl(@Nullable Connection conn, @Nullable Set<String> modules, @Nullable CallbackHandler callbackHandler)
  • Method Details