Class AbstractArtifactMetadata
java.lang.Object
org.apache.maven.repository.legacy.metadata.AbstractArtifactMetadata
- All Implemented Interfaces:
ArtifactMetadata
- Direct Known Subclasses:
AbstractArtifactMetadata
@Deprecated
public abstract class AbstractArtifactMetadata
extends Object
implements ArtifactMetadata
Deprecated.
Common elements of artifact metadata.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.boolean
Deprecated.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.repository.legacy.metadata.ArtifactMetadata
getBaseVersion, getKey, getLocalFilename, getRemoteFilename, merge, storedInArtifactVersionDirectory, storeInLocalRepository
-
Field Details
-
artifact
Deprecated.
-
-
Constructor Details
-
AbstractArtifactMetadata
Deprecated.
-
-
Method Details
-
storedInGroupDirectory
public boolean storedInGroupDirectory()Deprecated.- Specified by:
storedInGroupDirectory
in interfaceArtifactMetadata
-
getGroupId
Deprecated.- Specified by:
getGroupId
in interfaceArtifactMetadata
-
getArtifactId
Deprecated.- Specified by:
getArtifactId
in interfaceArtifactMetadata
-
extendedToString
Deprecated.- Specified by:
extendedToString
in interfaceArtifactMetadata
-