Example usage for org.apache.maven.artifact.metadata ArtifactMetadata getKey

List of usage examples for org.apache.maven.artifact.metadata ArtifactMetadata getKey

Introduction

In this page you can find the example usage for org.apache.maven.artifact.metadata ArtifactMetadata getKey.

Prototype

Object getKey();

Source Link

Usage

From source file:org.ck.maven.plugins.pom.versions.service.version.PomVersionRepositoryMetadataManager.java

License:Apache License

private boolean alreadyResolved(ArtifactMetadata metadata) {
    return cachedMetadata.contains(metadata.getKey());
}