Class InstallationStepImpl
java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.install.InstallationStepImpl
- All Implemented Interfaces:
InstallationStep
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDefaultFragmentIds
(Step step) getFragments
(Step step) installStep
(Step step, InstallParameters params) Performs all install actions of the given install step.void
setFragments
(List<FragmentContribution> contributions) void
setListeners
(List<InstallListener> listeners)
-
Constructor Details
-
InstallationStepImpl
-
-
Method Details
-
setListeners
-
getFragments
- Specified by:
getFragments
in interfaceInstallationStep
-
getDefaultFragmentIds
- Specified by:
getDefaultFragmentIds
in interfaceInstallationStep
- Parameters:
step
- the step to get the default fragments from- Returns:
- a set of fragment ids that should be used as defaults
-
installStep
Description copied from interface:InstallationStep
Performs all install actions of the given install step.- Specified by:
installStep
in interfaceInstallationStep
- Throws:
DbRefactoringException
- on configuration and internal errors
-
setFragments
-