org.apache.maven.artifact.metadata
Class AbstractArtifactMetadata
java.lang.Object
  
org.apache.maven.artifact.metadata.AbstractArtifactMetadata
- All Implemented Interfaces: 
 - ArtifactMetadata
 
public abstract class AbstractArtifactMetadata
- extends Object
- implements ArtifactMetadata
  
Common elements of artifact metadata.
- Version:
 
  - $Id: AbstractArtifactMetadata.java 495147 2007-01-11 07:47:53Z jvanzyl $
 
- 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-2009 The Apache Software Foundation. All Rights Reserved.