public class DepotContentFactory
extends java.lang.Object
DepotContentFactory is responsible for creating instances of services
contained inside the com.vmware.esx.settings.depot_content package and also has the subpackages reference
to access respective subpackage services.
| Modifier and Type | Method and Description |
|---|---|
AddOnsFactory |
addOns()
The
com.vmware.esx.settings.depot_content.add_ons package provides
interfaces to retrieve OEM specific add-on versions from the depot. |
AddOns |
addOnsService()
Returns an instance of class
AddOns |
BaseImagesFactory |
baseImages()
The
com.vmware.esx.settings.depot_content.base_images package provides
interfaces to retrieve base_images from the depot. |
BaseImages |
baseImagesService()
Returns an instance of class
BaseImages |
ComponentsFactory |
components()
The
com.vmware.esx.settings.depot_content.components package provides
interfaces to retrieve component versions from the depot. |
Components |
componentsService()
Returns an instance of class
Components |
static DepotContentFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
public static DepotContentFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory - StubFactory instance is responsible for creating stubsstubConfig - StubConfiguration instance is required to authenticate the requestDepotContentFactory factory instancepublic BaseImages baseImagesService()
BaseImagespublic Components componentsService()
Componentspublic AddOnsFactory addOns()
com.vmware.esx.settings.depot_content.add_ons package provides
interfaces to retrieve OEM specific add-on versions from the depot.public BaseImagesFactory baseImages()
com.vmware.esx.settings.depot_content.base_images package provides
interfaces to retrieve base_images from the depot.public ComponentsFactory components()
com.vmware.esx.settings.depot_content.components package provides
interfaces to retrieve component versions from the depot.public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)