com.vmware.esx.settings.depot_content.components package provides
interfaces to retrieve component versions from the depot.See: Description
| Interface | Description |
|---|---|
| Versions |
The
Versions interface provides methods to get component versions from
the sync'ed and imported depots. |
| VersionsTypes |
Defines the data types of the
Versions
API service. |
| Class | Description |
|---|---|
| ComponentsFactory |
ComponentsFactory is responsible for creating instances of services
contained inside the com.vmware.esx.settings.depot_content.components package and also has the subpackages reference
to access respective subpackage services. |
| StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.esx.settings.depot_content.components package. |
| VersionsDefinitions |
Defines the type descriptors for the
Versions
API service. |
| VersionsStub |
Remote stub implementation of the
Versions
API service. |
| VersionsTypes.CategoryType |
The
CategoryType enumeration class defines possible values of categories
for a component. |
| VersionsTypes.Info |
The
Info class defines the information regarding a component version. |
| VersionsTypes.Info.Builder |
Builder class for
VersionsTypes.Info. |
| VersionsTypes.UrgencyType |
The
UrgencyType enumeration class defines possible values of urgencies
for a component. |
| Enum | Description |
|---|---|
| VersionsTypes.CategoryType.Values |
Native Java
enum representing this enumeration class. |
| VersionsTypes.UrgencyType.Values |
Native Java
enum representing this enumeration class. |
com.vmware.esx.settings.depot_content.components package provides
interfaces to retrieve component versions from the depot.