Interface InstallParameters
- All Known Implementing Classes:
InstallParametersImpl
public interface InstallParameters
Collects a set of parameters.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InstallParametersInstall parameters returningnullin implemented methods. -
Method Summary
Modifier and TypeMethodDescriptionA set of fragment ids that are to install.@Nullable CallbackHandlerThe callback handler handling possible callbacks from the installation routine.@Nullable ConnectionThe connection to apply the installation to.A set of module names to install.@Nullable Nice2VersionIf a versionVis specified, only those changelogs with a version<= Vare executed.
-
Field Details
-
ALL_FRAGMENTS
-
NULL_PARAMS
Install parameters returningnullin implemented methods.
-
-
Method Details
-
getConnection
The connection to apply the installation to. Ifnull, the connection from the default data source is used. -
getModules
-
getCallbackHandler
The callback handler handling possible callbacks from the installation routine. Some installation steps might not require this, but some do. Look at the documentation ofStepfor more information. -
getVersion
If a versionVis specified, only those changelogs with a version<= Vare executed. -
getActiveFragmentIds
A set of fragment ids that are to install. Fragments that are not in this set are skipped. UseALL_FRAGMENTSto have all fragments included (the default).
-