public interface MetadataResolver
Modifier and Type | Method and Description |
---|---|
List<MetadataResult> |
resolveMetadata(RepositorySystemSession session,
Collection<? extends MetadataRequest> requests)
Resolves the paths for a collection of metadata.
|
List<MetadataResult> resolveMetadata(RepositorySystemSession session, Collection<? extends MetadataRequest> requests)
session
- The repository session, must not be null
.requests
- The resolution requests, must not be null
.null
.Metadata.getFile()
,
RepositorySystem.resolveMetadata(RepositorySystemSession, Collection)
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.