com.unboundid.directory.sdk.common.types
Class UpdateExtensionDetails

java.lang.Object
  extended by com.unboundid.directory.sdk.common.types.UpdateExtensionDetails

public final class UpdateExtensionDetails
extends java.lang.Object

This class defines a structure which may be used to provide information about the manage extension update state.


Constructor Summary
UpdateExtensionDetails(ExtensionBundle extensionBundle, ExtensionBundle installedExtensionBundle)
          Creates a new update extension details with the provided information.
 
Method Summary
 ExtensionBundle getExtensionBundle()
          Retrieves the extension bundle being installed.
 ExtensionBundle getInstalledExtensionBundle()
          Retrieves the extension bundle getting updated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateExtensionDetails

public UpdateExtensionDetails(ExtensionBundle extensionBundle,
                              ExtensionBundle installedExtensionBundle)
Creates a new update extension details with the provided information.

Parameters:
extensionBundle - The update extension bundle being installed.
installedExtensionBundle - The extension bundle getting updated.
Method Detail

getExtensionBundle

public ExtensionBundle getExtensionBundle()
Retrieves the extension bundle being installed.

Returns:
The extension bundle being installed.

getInstalledExtensionBundle

public ExtensionBundle getInstalledExtensionBundle()
Retrieves the extension bundle getting updated.

Returns:
The extension bundle getting updated.