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.Methods inherited from class java.lang.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
Deprecated. 
 - 
 - 
Constructor Details
- 
AbstractArtifactMetadata
Deprecated. 
 - 
 - 
Method Details
- 
storedInGroupDirectory
public boolean storedInGroupDirectory()Deprecated.- Specified by:
 storedInGroupDirectoryin interfaceArtifactMetadata
 - 
getGroupId
Deprecated.- Specified by:
 getGroupIdin interfaceArtifactMetadata
 - 
getArtifactId
Deprecated.- Specified by:
 getArtifactIdin interfaceArtifactMetadata
 - 
extendedToString
Deprecated.- Specified by:
 extendedToStringin interfaceArtifactMetadata
 
 -