org.apache.maven.repository.legacy.metadata
Class AbstractArtifactMetadata
java.lang.Object
  
org.apache.maven.repository.legacy.metadata.AbstractArtifactMetadata
- All Implemented Interfaces: 
 - ArtifactMetadata
 
- Direct Known Subclasses: 
 - AbstractArtifactMetadata
 
public abstract class AbstractArtifactMetadata
- extends Object
- implements ArtifactMetadata
  
Common elements of artifact metadata.
- Author:
 
  - Brett Porter
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
artifact
protected Artifact artifact
AbstractArtifactMetadata
protected AbstractArtifactMetadata(Artifact artifact)
storedInGroupDirectory
public boolean storedInGroupDirectory()
- Description copied from interface: 
ArtifactMetadata 
- Whether this metadata should be stored alongside the group.
- Specified by:
 storedInGroupDirectory in interface ArtifactMetadata
 
 
 
getGroupId
public String getGroupId()
- Specified by:
 getGroupId in interface ArtifactMetadata
 
 
getArtifactId
public String getArtifactId()
- Specified by:
 getArtifactId in interface ArtifactMetadata
 
 
extendedToString
public String extendedToString()
- Specified by:
 extendedToString in interface ArtifactMetadata
 
 
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.