Interface MetadataResult


public interface MetadataResult
Provides access to results of metadata resolution.
Author:
Mikolaj Izdebski
  • Method Details

    • 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