Interface ConfigurableDataResourceSpecifier

    • Method Detail

      • getUrl

        java.lang.String getUrl()
        Retrieves the URL of the data.
        Returns:
        a URL string
      • setUrl

        void setUrl​(java.lang.String aUrl)
        Sets the URL of the data.
        Parameters:
        aUrl - a URL string
      • getMetaData

        ResourceMetaData getMetaData()
        Gets the metadata for this resource, which includes descriptive information as well as configuration settings.
        Returns:
        the metadata for this resource
      • setMetaData

        void setMetaData​(ResourceMetaData aMetaData)
        Sets the metadata for this resource.
        Parameters:
        aMetaData - metadata to assign