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

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

public final class InstallExtensionDetails
extends java.lang.Object

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


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

Constructor Detail

InstallExtensionDetails

public InstallExtensionDetails(ExtensionBundle extensionBundle)
Creates a new install extension details with the provided information.

Parameters:
extensionBundle - The extension bundle being installed.
Method Detail

getExtensionBundle

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

Returns:
The extension bundle being installed.