Interface PatchAction
-
- All Known Implementing Classes:
ImportPatchAction,SqlCommandPatchAction
public interface PatchActionInterface for classes that are responsible for actual actions that are done by Patches mechanism.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default java.lang.StringgetCustomizedName(PatchActionData data)voidperform(PatchActionData data)
-
-
-
Method Detail
-
perform
void perform(PatchActionData data)
-
getCustomizedName
default java.lang.String getCustomizedName(PatchActionData data)
-
-