Interface | Description |
---|---|
PvdiCreator |
This interface specifies the creation methods that are provided to a developer for creating a Publication VDI (P-VDI).
|
PvdiParser |
This interface specifies the parsing methods that are provided to a developer for accessing a Publication VDI (P-VDI).
|
RvdiCreator |
This interface specifies the creation methods that are provided to a developer for creating a Resource VDI (R-VDI).
|
RvdiParser |
This interface specifies the parsing methods that are provided to the developer for accessing a Resource VDI (R-VDI).
|
SvdiCreator |
This interface specifies the creation methods that are provided to a developer for creating a Subscription VDI (S-VDI).
|
SvdiParser |
This interface specifies the parsing methods that are provided to a developer for accessing a Subscription VDI (S-VDI).
|
Class | Description |
---|---|
VdiTool |
This class offers a default implementation creating and parsing R-VDIs, P-VDIs, and S-VDIs.
|