Interface RepositoryPlaybackFactory
- All Known Implementing Classes:
RepositoryPlaybackFactoryImpl
public interface RepositoryPlaybackFactory
This factory creates new instances of
RepositoryPlayback implementations depending on the RepositoryVersion
in the repository-file.-
Method Summary
Modifier and TypeMethodDescriptionThe actual factory method.
-
Method Details
-
createRepositoryPlayback
RepositoryPlayback createRepositoryPlayback()The actual factory method.- Returns:
- Returns a new instance of the
RepositoryPlaybackimplementation.
-