Interface DescriptorParser<T>

    • Method Detail

      • getDescriptorName

        String getDescriptorName()
        Descriptor name to parse and process.
        Returns:
        descriptor name to consume.
      • parse

        T parse​(URL url)
        Parses the descriptor at the provided URL and returns the corresponding object (metadata)
        Parameters:
        url - url
        Returns:
        metadata