Class ChangesetId

java.lang.Object
ch.tocco.nice2.dbrefactoring.api.ChangesetId

public final class ChangesetId extends Object

The id attribute given in a changeset of a module must conform to the following convention:

   [name] / [nice2Version]
 
where
  • name is some arbitary name describing the changeset
  • nice2Version the version of nice2 application this change was introduced
While processing the changelog files, the module name is appended to the id of the changeset to avoid unique clashes between modules.

This interface gives access to the parts of the id of the changeset.