Class UpgradeLanguageFragment
java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.install.fragments.UpgradeLanguageFragment
- All Implemented Interfaces:
InstallFragment
Creates a database changelog to install a new language. It will ask using a
LanguageCallback
for the language to install. If not supplied, it tries
to find out which languages to install by looking at the currently installed
database schema.-
Constructor Summary
ConstructorDescriptionUpgradeLanguageFragment
(org.slf4j.Logger log, LanguageSupport languageSupport, L10N l10n) -
Method Summary
Modifier and TypeMethodDescriptioninstall
(InstallParameters params) Executes this fragments install routine and returns a report.
-
Constructor Details
-
UpgradeLanguageFragment
-
-
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
-