Class AbstractArtifactMetadata
java.lang.Object
org.apache.maven.repository.legacy.metadata.AbstractArtifactMetadata
org.apache.maven.artifact.metadata.AbstractArtifactMetadata
- All Implemented Interfaces:
ArtifactMetadata
,ArtifactMetadata
- Direct Known Subclasses:
ProjectArtifactMetadata
@Deprecated
public abstract class AbstractArtifactMetadata
extends AbstractArtifactMetadata
implements ArtifactMetadata
Deprecated.
AbstractArtifactMetadata
-
Field Summary
Fields inherited from class org.apache.maven.repository.legacy.metadata.AbstractArtifactMetadata
artifact
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.maven.repository.legacy.metadata.AbstractArtifactMetadata
extendedToString, getArtifactId, getGroupId, storedInGroupDirectory
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.maven.artifact.metadata.ArtifactMetadata
merge
Methods inherited from interface org.apache.maven.repository.legacy.metadata.ArtifactMetadata
extendedToString, getArtifactId, getBaseVersion, getGroupId, getKey, getLocalFilename, getRemoteFilename, merge, storedInArtifactVersionDirectory, storedInGroupDirectory, storeInLocalRepository
-
Constructor Details
-
AbstractArtifactMetadata
Deprecated.
-