Interface ResourceMDParser
public interface ResourceMDParser
-
Method Summary
Modifier and TypeMethodDescriptionParses the module descriptor designed by the given resource.
-
Method Details
-
parse
Parses the module descriptor designed by the given resource.- Parameters:
resource- the resource at which the module descriptor is locatedrev- the revision at which the module descriptor should be- Returns:
- the parsed module descriptor as a
MDResolvedResource, ornullif parsing has failed or if the resource is not available.
-