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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.booleanDeprecated.Whether this metadata should be stored alongside the group.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ArtifactMetadata
getBaseVersion, getKey, getLocalFilename, getRemoteFilename, merge, storedInArtifactVersionDirectory, storeInLocalRepository
-
Field Details
-
artifact
Deprecated.
-
-
Constructor Details
-
AbstractArtifactMetadata
Deprecated.
-
-
Method Details
-
storedInGroupDirectory
public boolean storedInGroupDirectory()Deprecated.Description copied from interface:ArtifactMetadataWhether this metadata should be stored alongside the group.- Specified by:
storedInGroupDirectoryin interfaceArtifactMetadata- Returns:
- whether this metadata should be stored alongside the group
-
getGroupId
-
getArtifactId
-
extendedToString
Deprecated.- Specified by:
extendedToStringin interfaceArtifactMetadata
-