Interface ResourceMDParser


public interface ResourceMDParser
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(Resource resource, String rev)
    Parses the module descriptor designed by the given resource.
  • Method Details

    • parse

      MDResolvedResource parse(Resource resource, String rev)
      Parses the module descriptor designed by the given resource.
      Parameters:
      resource - the resource at which the module descriptor is located
      rev - the revision at which the module descriptor should be
      Returns:
      the parsed module descriptor as a MDResolvedResource, or null if parsing has failed or if the resource is not available.