Class VersionContextProcessor
java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.process.VersionContextProcessor
- All Implemented Interfaces:
ChangesetNodeProcessor
Adds the current nice2 version to the context attribute.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier 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.
-
Field Details
-
CONTEXT_ATTR_NAME
- See Also:
-
-
Constructor Details
-
VersionContextProcessor
public VersionContextProcessor()
-
-
Method Details
-
processChangesetNode
Description 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 interfaceChangesetNodeProcessor- Parameters:
doc- the final document instancechangesetNode- the <changeset/> nodeid- the parsed id of this changeset
-