Interface MetadataResult

  • All Known Implementing Classes:
    DefaultMetadataResult

    public interface MetadataResult
    Provides access to results of metadata resolution.
    • 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