public final class UpdateExtensionDetails extends java.lang.Object
| Constructor and Description |
|---|
UpdateExtensionDetails(ExtensionBundle extensionBundle,
ExtensionBundle installedExtensionBundle)
Creates a new update extension details with the provided
information.
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionBundle |
getExtensionBundle()
Retrieves the extension bundle being installed.
|
ExtensionBundle |
getInstalledExtensionBundle()
Retrieves the extension bundle getting updated.
|
public UpdateExtensionDetails(ExtensionBundle extensionBundle, ExtensionBundle installedExtensionBundle)
extensionBundle - The update extension bundle being installed.installedExtensionBundle - The extension bundle getting updated.public ExtensionBundle getExtensionBundle()
public ExtensionBundle getInstalledExtensionBundle()