Class UpgradeLanguageFragment

java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.install.fragments.UpgradeLanguageFragment
All Implemented Interfaces:
InstallFragment

@Component public class UpgradeLanguageFragment extends Object implements 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 Details

    • UpgradeLanguageFragment

      public UpgradeLanguageFragment(org.slf4j.Logger log, LanguageSupport languageSupport, L10N l10n)
  • Method Details