Package sonia.scm.repository
Interface ChangesetPreProcessor
- All Superinterfaces:
PreProcessor<Changeset>
A pre processor for
Changeset
objects. A pre processor is able to
modify the object before it is delivered to the user interface.-
Method Summary
-
Method Details
-
process
Process the given changeset.- Specified by:
process
in interfacePreProcessor<Changeset>
-