Class InstallationStepImpl
java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.install.InstallationStepImpl
- All Implemented Interfaces:
InstallationStep
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDefaultFragmentIds(Step step) getFragments(Step step) installStep(Step step, InstallParameters params) Performs all install actions of the given install step.voidsetFragments(List<FragmentContribution> contributions) voidsetListeners(List<InstallListener> listeners)
-
Constructor Details
-
InstallationStepImpl
-
-
Method Details
-
setListeners
-
getFragments
- Specified by:
getFragmentsin interfaceInstallationStep
-
getDefaultFragmentIds
- Specified by:
getDefaultFragmentIdsin 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:InstallationStepPerforms all install actions of the given install step.- Specified by:
installStepin interfaceInstallationStep- Throws:
DbRefactoringException- on configuration and internal errors
-
setFragments
-