Interface RepositoryRecordingFactory
- All Known Implementing Classes:
RepositoryRecordingFactoryImpl
public interface RepositoryRecordingFactory
This factory creates new instances of the
RepositoryRecording implementations.-
Method Summary
Modifier and TypeMethodDescriptionThe actual factory method.
-
Method Details
-
createRepositoryRecording
RepositoryRecording createRepositoryRecording()The actual factory method.- Returns:
- Returns a new instance of the
RepositoryRecordingimplementation.
-