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.ArtifactMetadata
Common elements of artifact metadata.- Author:
- Brett Porter
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.maven.artifact.Artifact
artifact
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractArtifactMetadata(org.apache.maven.artifact.Artifact artifact)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
extendedToString()
java.lang.String
getArtifactId()
java.lang.String
getGroupId()
boolean
storedInGroupDirectory()
-
-
-
Method Detail
-
storedInGroupDirectory
public boolean storedInGroupDirectory()
- Specified by:
storedInGroupDirectory
in interfaceorg.apache.maven.repository.legacy.metadata.ArtifactMetadata
-
getGroupId
public java.lang.String getGroupId()
- Specified by:
getGroupId
in interfaceorg.apache.maven.repository.legacy.metadata.ArtifactMetadata
-
getArtifactId
public java.lang.String getArtifactId()
- Specified by:
getArtifactId
in interfaceorg.apache.maven.repository.legacy.metadata.ArtifactMetadata
-
extendedToString
public java.lang.String extendedToString()
- Specified by:
extendedToString
in interfaceorg.apache.maven.repository.legacy.metadata.ArtifactMetadata
-
-