public interface ResourceMDParser
Modifier and Type | Method and Description |
---|---|
MDResolvedResource |
parse(Resource resource,
java.lang.String rev)
Parses the module descriptor designed by the given resource.
|
MDResolvedResource parse(Resource resource, java.lang.String rev)
resource
- the resource at which the module descriptor is locatedrev
- the revision at which the module descriptor should beMDResolvedResource
, or null
if
parsing has failed or if the resource is not available.Copyright ©2007-2022 The Apache Software Foundation, Licensed under Apache License, Version 2.0.