Class YamlInitialValuesFragment
java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.data.YamlInitialValuesFragment
- All Implemented Interfaces:
InstallFragment
-
Constructor Summary
ConstructorDescriptionYamlInitialValuesFragment
(YamlInitialValueService dataService, DataSource dataSource) -
Method Summary
Modifier and TypeMethodDescriptioninstall
(InstallParameters parameters) Executes this fragments install routine and returns a report.
-
Constructor Details
-
YamlInitialValuesFragment
-
-
Method Details
-
install
Description copied from interface:InstallFragment
Executes this fragments install routine and returns a report. This will affect all modules.- Specified by:
install
in interfaceInstallFragment
- Returns:
- a report for this install fragment
-