Class RepositoryPlaybackFactoryImpl
java.lang.Object
de.hybris.platform.sap.core.jco.rec.impl.RepositoryPlaybackFactoryImpl
- All Implemented Interfaces:
RepositoryPlaybackFactory
Implementation of
RepositoryPlaybackFactory interface.-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.
Parses the RepositoryVersion from the given file. -
Method Summary
Modifier and TypeMethodDescriptionThe actual factory method.protected voidsafeClose(InputStream resource) protected void
-
Constructor Details
-
RepositoryPlaybackFactoryImpl
Constructor.
Parses the RepositoryVersion from the given file.- Parameters:
file- the file containing the recorded back-end data.
-
-
Method Details
-
createRepositoryPlayback
Description copied from interface:RepositoryPlaybackFactoryThe actual factory method.- Specified by:
createRepositoryPlaybackin interfaceRepositoryPlaybackFactory- Returns:
- Returns a new instance of the
RepositoryPlaybackimplementation.
-
safeClose
-
safeClose
-