org.apache.maven.artifact.metadata
Interface ArtifactMetadata

All Superinterfaces:
ArtifactMetadata
All Known Subinterfaces:
RepositoryMetadata
All Known Implementing Classes:
AbstractRepositoryMetadata, ArtifactRepositoryMetadata, GroupRepositoryMetadata, SnapshotArtifactRepositoryMetadata

Deprecated.

@Deprecated
public interface ArtifactMetadata
extends ArtifactMetadata


Method Summary
 void merge(ArtifactMetadata metadata)
          Deprecated.  
 
Methods inherited from interface org.apache.maven.repository.legacy.metadata.ArtifactMetadata
extendedToString, getArtifactId, getBaseVersion, getGroupId, getKey, getLocalFilename, getRemoteFilename, merge, storedInArtifactVersionDirectory, storedInGroupDirectory, storeInLocalRepository
 

Method Detail

merge

void merge(ArtifactMetadata metadata)
Deprecated. 


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.