Class KeepDefaultLangProcessor

java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.process.KeepDefaultLangProcessor
All Implemented Interfaces:
ChangesetNodeProcessor

@Component public class KeepDefaultLangProcessor extends Object implements ChangesetNodeProcessor

Investigates changesets for dropColumn tags that are localized and specified with keep_default. It then removes the dropColumn statement for the default language.

This is used when changing a localized field back to a standard one.

  • Constructor Details

    • KeepDefaultLangProcessor

      public KeepDefaultLangProcessor(L10N l10n)
  • Method Details

    • processChangesetNode

      public void processChangesetNode(Document doc, Element changesetNode, ChangesetId id)
      Description copied from interface: ChangesetNodeProcessor

      This is called before a <changeset/> node of a changelog file from some module is added to the final document.

      The arguments given to this method allow you to filter on changesets you want to modify.

      Specified by:
      processChangesetNode in interface ChangesetNodeProcessor
      Parameters:
      doc - the final document instance
      changesetNode - the <changeset/> node
      id - the parsed id of this changeset