Java org.apache.maven.artifact.repository.metadata RepositoryMetadata fields, constructors, methods, implement or subclass

Example usage for Java org.apache.maven.artifact.repository.metadata RepositoryMetadata fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.maven.artifact.repository.metadata RepositoryMetadata.

The text is from its open source code.

Method

StringextendedToString()
ObjectgetKey()
MetadatagetMetadata()
Get the repository metadata associated with this marker.
booleanisSnapshot()
Whether this represents a snapshot.
voidsetMetadata(Metadata metadata)
Set the metadata contents.
voidsetRepository(ArtifactRepository remoteRepository)
Set the repository the metadata was located in.
booleanstoredInArtifactVersionDirectory()
Whether this metadata should be stored alongside the artifact.
booleanstoredInGroupDirectory()
Whether this metadata should be stored alongside the group.
voidstoreInLocalRepository(ArtifactRepository localRepository, ArtifactRepository remoteRepository)
Store the metadata in the local repository.