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 SummaryConstructorsConstructorDescriptionUpgradeLanguageFragment(org.slf4j.Logger log, LanguageSupport languageSupport, L10N l10n) 
- 
Method SummaryModifier and TypeMethodDescriptioninstall(InstallParameters params) Executes this fragments install routine and returns a report.
- 
Constructor Details- 
UpgradeLanguageFragment
 
- 
- 
Method Details- 
installDescription copied from interface:InstallFragmentExecutes this fragments install routine and returns a report. This will affect all modules.- Specified by:
- installin interface- InstallFragment
- Returns:
- a report for this install fragment
 
 
-