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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.booleanDeprecated.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.repository.legacy.metadata.ArtifactMetadatagetBaseVersion, getKey, getLocalFilename, getRemoteFilename, merge, storedInArtifactVersionDirectory, storeInLocalRepository
- 
Field Details- 
artifactDeprecated.
 
- 
- 
Constructor Details- 
AbstractArtifactMetadataDeprecated.
 
- 
- 
Method Details- 
storedInGroupDirectorypublic boolean storedInGroupDirectory()Deprecated.- Specified by:
- storedInGroupDirectoryin interface- ArtifactMetadata
 
- 
getGroupIdDeprecated.- Specified by:
- getGroupIdin interface- ArtifactMetadata
 
- 
getArtifactIdDeprecated.- Specified by:
- getArtifactIdin interface- ArtifactMetadata
 
- 
extendedToStringDeprecated.- Specified by:
- extendedToStringin interface- ArtifactMetadata
 
 
-