Class AbstractArtifactMetadata
java.lang.Object
org.apache.maven.repository.legacy.metadata.AbstractArtifactMetadata
- All Implemented Interfaces:
- ArtifactMetadata
- Direct Known Subclasses:
- AbstractArtifactMetadata
Common elements of artifact metadata.
- Author:
- Brett Porter
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanWhether this metadata should be stored alongside the group.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- 
artifact
 
- 
- 
Constructor Details- 
AbstractArtifactMetadata
 
- 
- 
Method Details- 
storedInGroupDirectorypublic boolean storedInGroupDirectory()Description copied from interface:ArtifactMetadataWhether this metadata should be stored alongside the group.- Specified by:
- storedInGroupDirectoryin interface- ArtifactMetadata
 
- 
getGroupId- Specified by:
- getGroupIdin interface- ArtifactMetadata
 
- 
getArtifactId- Specified by:
- getArtifactIdin interface- ArtifactMetadata
 
- 
extendedToString- Specified by:
- extendedToStringin interface- ArtifactMetadata
 
 
-