Class DefaultMetadataResult

    • Constructor Detail

      • DefaultMetadataResult

        public DefaultMetadataResult​(Logger logger,
                                     java.util.List<PackageMetadata> metadataList,
                                     boolean ignoreDuplicates)
    • Method Detail

      • processArtifactMetadata

        private void processArtifactMetadata​(ArtifactMetadata metadata,
                                             boolean ignoreDuplicates)
      • getMetadataFor

        public ArtifactMetadata getMetadataFor​(Artifact artifact)
        Description copied from interface: MetadataResult
        Lookup metadata for specified artifact.
        Specified by:
        getMetadataFor in interface MetadataResult
        Parameters:
        artifact - artifact to lookup metadata for
        Returns:
        metadata for specified artifact, or null if this result doesn't contain metadata for specified artifact