Class AbstractArtifactMetadata
java.lang.Object
org.apache.maven.repository.legacy.metadata.AbstractArtifactMetadata
- All Implemented Interfaces:
org.apache.maven.repository.legacy.metadata.ArtifactMetadata
- Direct Known Subclasses:
AbstractArtifactMetadata
@Deprecated
public abstract class AbstractArtifactMetadata
extends Object
implements org.apache.maven.repository.legacy.metadata.ArtifactMetadata
Deprecated.
Common elements of artifact metadata.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.maven.artifact.ArtifactDeprecated. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractArtifactMetadata(org.apache.maven.artifact.Artifact artifact) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.booleanDeprecated.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.repository.legacy.metadata.ArtifactMetadata
getBaseVersion, getKey, getLocalFilename, getRemoteFilename, merge, storedInArtifactVersionDirectory, storeInLocalRepository
-
Field Details
-
artifact
protected org.apache.maven.artifact.Artifact artifactDeprecated.
-
-
Constructor Details
-
AbstractArtifactMetadata
protected AbstractArtifactMetadata(org.apache.maven.artifact.Artifact artifact) Deprecated.
-
-
Method Details
-
storedInGroupDirectory
public boolean storedInGroupDirectory()Deprecated.- Specified by:
storedInGroupDirectoryin interfaceorg.apache.maven.repository.legacy.metadata.ArtifactMetadata
-
getGroupId
Deprecated.- Specified by:
getGroupIdin interfaceorg.apache.maven.repository.legacy.metadata.ArtifactMetadata
-
getArtifactId
Deprecated.- Specified by:
getArtifactIdin interfaceorg.apache.maven.repository.legacy.metadata.ArtifactMetadata
-
extendedToString
Deprecated.- Specified by:
extendedToStringin interfaceorg.apache.maven.repository.legacy.metadata.ArtifactMetadata
-