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

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

Introduction

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

The text is from its open source code.

Method

StringextendedToString()
StringgetGroupId()
ObjectgetKey()
StringgetLocalFilename(ArtifactRepository repository)
Get the filename of this metadata on the local repository.
StringgetRemoteFilename()
Get the filename of this metadata on the remote repository.
voidstoreInLocalRepository(ArtifactRepository localRepository, ArtifactRepository remoteRepository)
Store the metadata in the local repository.