Class ConnectorKey


  • public final class ConnectorKey
    extends Object
    Uniquely identifies a connector within an installation. Consists of the triple (bundleName, bundleVersion, connectorName)
    • Constructor Detail

      • ConnectorKey

        public ConnectorKey​(String bundleName,
                            String bundleVersion,
                            String connectorName)
    • Method Detail

      • getBundleName

        public String getBundleName()
      • getBundleVersion

        public String getBundleVersion()
      • getConnectorName

        public String getConnectorName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object