Package org.fedoraproject.xmvn.metadata
Interface MetadataResult
-
- All Known Implementing Classes:
DefaultMetadataResult
public interface MetadataResult
Provides access to results of metadata resolution.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArtifactMetadata
getMetadataFor(Artifact artifact)
Lookup metadata for specified artifact.
-
-
-
Method Detail
-
getMetadataFor
ArtifactMetadata getMetadataFor(Artifact artifact)
Lookup metadata for specified artifact.- Parameters:
artifact
- artifact to lookup metadata for- Returns:
- metadata for specified artifact, or
null
if this result doesn't contain metadata for specified artifact
-
-