Package sonia.scm.repository
Interface BlameLinePreProcessorFactory
- All Superinterfaces:
PreProcessorFactory<BlameLine>
@ExtensionPoint
public interface BlameLinePreProcessorFactory
extends PreProcessorFactory<BlameLine>
The BlameLinePreProcessorFactory create
BlameLinePreProcessor
objects for a specific repository.- Since:
- 1.17
-
Method Summary
Modifier and TypeMethodDescriptioncreatePreProcessor
(Repository repository) Create a newBlameLinePreProcessor
for the given repository.
-
Method Details
-
createPreProcessor
Create a newBlameLinePreProcessor
for the given repository.- Specified by:
createPreProcessor
in interfacePreProcessorFactory<BlameLine>
- Parameters:
repository
- repository- Returns:
BlameLinePreProcessor
for the given repository
-