Class AbstractArtifactMetadata
- java.lang.Object
-
- org.apache.maven.repository.legacy.metadata.AbstractArtifactMetadata
-
- All Implemented Interfaces:
org.apache.maven.repository.legacy.metadata.ArtifactMetadata
- Direct Known Subclasses:
AbstractArtifactMetadata
public abstract class AbstractArtifactMetadata extends java.lang.Object implements org.apache.maven.repository.legacy.metadata.ArtifactMetadataCommon elements of artifact metadata.- Author:
- Brett Porter
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.maven.artifact.Artifactartifact
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractArtifactMetadata(org.apache.maven.artifact.Artifact artifact)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringextendedToString()java.lang.StringgetArtifactId()java.lang.StringgetGroupId()booleanstoredInGroupDirectory()
-
-
-
Method Detail
-
storedInGroupDirectory
public boolean storedInGroupDirectory()
- Specified by:
storedInGroupDirectoryin interfaceorg.apache.maven.repository.legacy.metadata.ArtifactMetadata
-
getGroupId
public java.lang.String getGroupId()
- Specified by:
getGroupIdin interfaceorg.apache.maven.repository.legacy.metadata.ArtifactMetadata
-
getArtifactId
public java.lang.String getArtifactId()
- Specified by:
getArtifactIdin interfaceorg.apache.maven.repository.legacy.metadata.ArtifactMetadata
-
extendedToString
public java.lang.String extendedToString()
- Specified by:
extendedToStringin interfaceorg.apache.maven.repository.legacy.metadata.ArtifactMetadata
-
-