Package sonia.scm.repository
Interface PreProcessor<T>
- Type Parameters:
T
- object type
- All Known Subinterfaces:
BlameLinePreProcessor
,ChangesetPreProcessor
,FileObjectPreProcessor
,ModificationsPreProcessor
public interface PreProcessor<T>
A pre processor is able to modify a object before it is delivered
to the user interface.
- Since:
- 1.17
-
Method Summary
-
Method Details
-
process
-