Interface InstallationStep
- All Known Implementing Classes:
InstallationStepImpl
public interface InstallationStep
An installation step is a complete installation of a certain part of the system.
A step consists of one or many InstallFragments that define
the actions that are executed during install.
-
Method Summary
Modifier and TypeMethodDescriptiongetDefaultFragmentIds(Step step) getFragments(Step step) installStep(Step step, InstallParameters params) Performs all install actions of the given install step.
-
Method Details
-
installStep
Performs all install actions of the given install step.- Throws:
DbRefactoringException- on configuration and internal errors
-
getFragments
-
getDefaultFragmentIds
- Parameters:
step- the step to get the default fragments from- Returns:
- a set of fragment ids that should be used as defaults
-