| Package | Description |
|---|---|
| com.vmware.vim25 | |
| com.vmware.vim25.mo | |
| com.vmware.vim25.ws |
| Modifier and Type | Field and Description |
|---|---|
Extension[] |
ArrayOfExtension.Extension |
| Modifier and Type | Method and Description |
|---|---|
Extension[] |
ArrayOfExtension.getExtension() |
Extension |
ArrayOfExtension.getExtension(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArrayOfExtension.setExtension(Extension[] Extension) |
| Modifier and Type | Method and Description |
|---|---|
Extension |
ExtensionManager.findExtension(String keyStr)
Find the extension based on the unique key of the plugin
If
keyStr is null then a NullPointerException |
Extension[] |
ExtensionManager.getExtensionList()
Retrieve all the registered plugins objects
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionManager.registerExtension(Extension extension)
Register a new plugin
If
extension is null then a NullPointerException is thrown. |
void |
ExtensionManager.updateExtension(Extension extension)
Update an existing plugin with modified information
If
extension is null then a NullPointerException is thrown. |
| Modifier and Type | Method and Description |
|---|---|
Extension |
VimStub.findExtension(ManagedObjectReference _this,
String extensionKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
VimStub.registerExtension(ManagedObjectReference _this,
Extension extension) |
void |
VimStub.updateExtension(ManagedObjectReference _this,
Extension extension) |
Copyright © 2011-2012. All Rights Reserved.