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 AbstractArtifactMetadata
artifact -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractArtifactMetadata
extendedToString, getArtifactId, getGroupId, storedInGroupDirectoryMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ArtifactMetadata
mergeMethods inherited from interface ArtifactMetadata
extendedToString, getArtifactId, getBaseVersion, getGroupId, getKey, getLocalFilename, getRemoteFilename, merge, storedInArtifactVersionDirectory, storedInGroupDirectory, storeInLocalRepository
-
Constructor Details
-
AbstractArtifactMetadata
Deprecated.
-