public static interface InstallationManager.MutablePatchingTarget extends PatchableTarget.TargetInfo
| Modifier and Type | Method and Description |
|---|---|
void |
apply(String patchId,
Patch.PatchType patchType)
Apply a patch.
|
PatchableTarget.TargetInfo |
getModifiedState()
Get the modified state.
|
boolean |
isApplied(String patchId)
Check whether a patch is applied.
|
void |
rollback(String patchId)
Rollback an applied patch.
|
getCumulativePatchID, getDirectoryStructure, getPatchIDs, getPropertiesvoid rollback(String patchId)
patchId - the patch id to rollbackvoid apply(String patchId, Patch.PatchType patchType)
patchId - the patch idpatchType - the patch typeboolean isApplied(String patchId)
patchId - the patch idtrue if the given patch is currently applied, false otherwisePatchableTarget.TargetInfo getModifiedState()
Copyright © 2014 JBoss by Red Hat. All rights reserved.