public static interface InstallationManager.InstallationModification extends InstallationManager.MutablePatchingTarget
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancel the modifications.
|
void |
complete()
Complete the modifications.
|
String |
getName()
Get the identity name.
|
InstalledIdentity |
getUnmodifiedInstallationState()
Get the unmodified state.
|
String |
getVersion()
Get the current version of the identity.
|
InstallationManager.MutablePatchingTarget |
resolve(String name,
LayerType type)
Resolve a target for patching.
|
apply, getModifiedState, isApplied, rollback
getCumulativePatchID, getDirectoryStructure, getPatchIDs, getProperties
String getName()
String getVersion()
InstalledIdentity getUnmodifiedInstallationState()
InstallationManager.MutablePatchingTarget resolve(String name, LayerType type)
name
- the layer nametype
- the layer typevoid complete()
void cancel()
Copyright © 2013 JBoss by Red Hat. All rights reserved.