Interface PatcherFactory
-
- All Known Implementing Classes:
FSPatcherFactoryImpl
public interface PatcherFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Patcher
createPatcher(InputStream patch)
UndoSupportingPatcher
createUndoSupportingPatcher(DownloadedPatch patch)
-
-
-
Method Detail
-
createPatcher
Patcher createPatcher(@NotNull InputStream patch) throws IOException
- Throws:
IOException
-
createUndoSupportingPatcher
UndoSupportingPatcher createUndoSupportingPatcher(@NotNull DownloadedPatch patch) throws IOException
- Throws:
IOException
-
-