Package org.fedoraproject.xmvn.metadata
Interface MetadataResult
-
- All Known Implementing Classes:
DefaultMetadataResult
public interface MetadataResultProvides access to results of metadata resolution.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArtifactMetadatagetMetadataFor(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
nullif this result doesn't contain metadata for specified artifact
-
-