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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods 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
-
-
Constructor Details
-
AbstractArtifactMetadata
-
-
Method Details
-
storedInGroupDirectory
public boolean storedInGroupDirectory()- Specified by:
storedInGroupDirectoryin interfaceArtifactMetadata
-
getGroupId
- Specified by:
getGroupIdin interfaceArtifactMetadata
-
getArtifactId
- Specified by:
getArtifactIdin interfaceArtifactMetadata
-
extendedToString
- Specified by:
extendedToStringin interfaceArtifactMetadata
-