Package | Description |
---|---|
org.jboss.as.patching.installation | |
org.jboss.as.patching.management | |
org.jboss.as.patching.metadata | |
org.jboss.as.patching.tool | |
org.jboss.as.patching.validation |
Modifier and Type | Class and Description |
---|---|
class |
InstalledIdentityImpl |
Modifier and Type | Method and Description |
---|---|
protected static InstalledIdentity |
InstalledIdentity.copy(InstalledIdentity original) |
abstract InstalledIdentity |
InstallationManager.getDefaultIdentity() |
InstalledIdentity |
InstallationManagerImpl.getDefaultIdentity() |
abstract InstalledIdentity |
InstallationManager.getInstalledIdentity(String productName,
String productVersion) |
InstalledIdentity |
InstallationManagerImpl.getInstalledIdentity(String productName,
String productVersion)
This method returns the installed identity with the requested name and version.
|
InstalledIdentity |
InstallationManager.InstallationModification.getUnmodifiedInstallationState()
Get the unmodified state.
|
static InstalledIdentity |
InstalledIdentity.load(File jbossHome,
ProductConfig productConfig,
File... repoRoots)
Load the layers based on the default setup.
|
static InstalledIdentity |
InstalledIdentity.load(InstalledImage installedImage,
ProductConfig productConfig,
List<File> moduleRoots,
List<File> bundleRoots)
Load the InstalledIdentity configuration based on the module.path
|
Modifier and Type | Method and Description |
---|---|
abstract List<InstalledIdentity> |
InstallationManager.getInstalledIdentities() |
List<InstalledIdentity> |
InstallationManagerImpl.getInstalledIdentities()
This method will return a list of installed identities for which
the corresponding .conf file exists under .installation directory.
|
Modifier and Type | Method and Description |
---|---|
protected static InstalledIdentity |
InstalledIdentity.copy(InstalledIdentity original) |
protected static org.jboss.as.patching.installation.InstallationModificationImpl.InstallationState |
InstalledIdentity.load(InstalledIdentity installedIdentity)
Load the installation state based on the identity
|
Modifier and Type | Method and Description |
---|---|
protected void |
LocalAgeoutHistoryHandler.ageOutHistory(InstalledIdentity installedIdentity) |
protected void |
PatchInfoHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation,
InstalledIdentity installedIdentity) |
protected void |
LocalShowHistoryHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation,
InstalledIdentity installedIdentity) |
Modifier and Type | Method and Description |
---|---|
InstalledIdentity |
PatchImpl.RollbackPatchImpl.getIdentityState() |
InstalledIdentity |
RollbackPatch.getIdentityState()
Get the backed up identity state.
|
InstalledIdentity |
PatchXml.Result.getOriginalIdentity() |
Modifier and Type | Method and Description |
---|---|
static PatchMetadataResolver |
PatchXml.parse(File patchXml,
InstalledIdentity original) |
static PatchMetadataResolver |
PatchXml.parse(InputStream stream,
InstalledIdentity originalIdentity) |
static PatchMetadataResolver |
PatchXml.parse(Reader reader,
InstalledIdentity originalIdentity) |
protected static PatchMetadataResolver |
PatchXml.parse(XMLStreamReader reader,
InstalledIdentity originalIdentity) |
Constructor and Description |
---|
RollbackPatchImpl(Patch patch,
InstalledIdentity installedIdentity) |
Modifier and Type | Method and Description |
---|---|
static PatchingHistory |
PatchingHistory.Factory.getHistory(InstalledIdentity installedIdentity) |
static org.jboss.dmr.ModelNode |
PatchingHistory.Factory.getHistory(InstalledIdentity installedImage,
PatchableTarget.TargetInfo info) |
static PatchingHistory.Iterator |
PatchingHistory.Factory.iterator(InstalledIdentity mgr,
PatchableTarget.TargetInfo info) |
Modifier and Type | Method and Description |
---|---|
InstalledIdentity |
PatchingArtifactValidationContext.getInstalledIdentity()
Get the installed identity.
|
Modifier and Type | Method and Description |
---|---|
static PatchHistoryIterator.Builder |
PatchHistoryIterator.Builder.create(InstalledIdentity identity) |
static PatchingGarbageLocator |
PatchingGarbageLocator.getIninitialized(InstalledIdentity installedIdentity)
Get the garbage locator.
|
void |
PatchingArtifactValidationContext.setCurrentPatchIdentity(InstalledIdentity currentPatchIdentity) |
static void |
PatchHistoryValidations.validateRollbackState(String patchID,
InstalledIdentity identity)
Validate the consistency of patches to the point we rollback.
|
Constructor and Description |
---|
PatchingGarbageLocator(InstalledIdentity installedIdentity) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.