Class LocalizedColumnNameProcessor
java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.process.LocalizedColumnNameProcessor
- All Implemented Interfaces:
- ChangesetNodeProcessor
@Component
public class LocalizedColumnNameProcessor
extends Object
implements ChangesetNodeProcessor
This processor looks for localized columns and sets its final column name depending
 on the language.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidprocessChangesetNode(Document doc, Element changesetNode, ChangesetId id) This is called before a <changeset/> node of a changelog file from some module is added to the final document.
- 
Constructor Details- 
LocalizedColumnNameProcessorpublic LocalizedColumnNameProcessor()
 
- 
- 
Method Details- 
processChangesetNodeDescription copied from interface:ChangesetNodeProcessorThis 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:
- processChangesetNodein interface- ChangesetNodeProcessor
- Parameters:
- doc- the final document instance
- changesetNode- the <changeset/> node
- id- the parsed id of this changeset
 
 
-