vmware / vmware-aria-operations-integration-sdk

The VMware Aria Operations Integration SDK contains libraries, tools, and documentation for developing Management Packs for VMware Aria Operations. It is intended to make creating a Management Pack simple and fast, while allowing developers to use the language of their choice.
https://vmware.github.io/vmware-aria-operations-integration-sdk/
Apache License 2.0
13 stars 6 forks source link

Add 'Key' and 'Identifier' classes to Java Adapter Library #272

Closed kjrokos closed 10 months ago

kjrokos commented 10 months ago

Adds 'Key' class that enforces uniqueness among Objects. Adds 'Identifier' class, which is a dependency of the 'Key' class Adds test suite which tests 'Key' and implicitly tests 'Identifier'