Interface AdaptorDescription

    • Method Detail

      • getName

        java.lang.String getName()
        Get the name of the adaptor.
        Returns:
        the name of the adaptor.
      • getDescription

        java.lang.String getDescription()
        Get the description of the adaptor.
        Returns:
        the description of the adaptor.
      • getSupportedLocations

        java.lang.String[] getSupportedLocations()
        Get the supported locations for this adaptor.
        Returns:
        the locations supported by this adaptor.
      • getSupportedCredentials

        java.lang.Class[] getSupportedCredentials()
        Get the supported credential types for this adaptor.
        Returns:
        the credential types supported by this adaptor.
      • getSupportedProperties

        XenonPropertyDescription[] getSupportedProperties()
        Returns an array containing all properties this adaptor supports.
        Returns:
        an array containing all properties this adaptor supports.