Package org.infinispan.cli.patching
Class PatchTool
java.lang.Object
org.infinispan.cli.patching.PatchTool
Creates/installs/removes patches
- Since:
- 11.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreatePatch(String qualifier, Path patch, Path target, Path... sources) voiddescribePatch(Path patch, boolean verbose) voidinstallPatch(Path patch, Path target, boolean dryRun) voidlistPatches(Path target, boolean verbose) voidrollbackPatch(Path target, boolean dryRun)
-
Field Details
-
PATCHES_DIR
- See Also:
-
PATCHES_FILE
- See Also:
-
-
Constructor Details
-
PatchTool
-
-
Method Details
-
createPatch
public void createPatch(String qualifier, Path patch, Path target, Path... sources) throws IOException - Throws:
IOException
-
describePatch
- Throws:
IOException
-
listPatches
-
installPatch
- Throws:
IOException
-
rollbackPatch
- Throws:
IOException
-