org.kuali.maven.plugins.graph.collector
Class ArtifactIdTokenCollector

java.lang.Object
  extended by org.kuali.maven.plugins.graph.collector.VersionFreeArtifactTokenCollector
      extended by org.kuali.maven.plugins.graph.collector.ArtifactIdTokenCollector
All Implemented Interfaces:
TokenCollector<org.apache.maven.artifact.Artifact>

public class ArtifactIdTokenCollector
extends VersionFreeArtifactTokenCollector

Provide tokens that uniquely identify a Maven Artifact

 [groupId]:[artifactId]:[type]:[classifier]:[version]
 


Constructor Summary
ArtifactIdTokenCollector()
           
 
Method Summary
 List<String> getTokens(org.apache.maven.artifact.Artifact artifact)
          [groupId]:[artifactId]:[type]:[classifier]:[version]
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactIdTokenCollector

public ArtifactIdTokenCollector()
Method Detail

getTokens

public List<String> getTokens(org.apache.maven.artifact.Artifact artifact)
[groupId]:[artifactId]:[type]:[classifier]:[version]

Specified by:
getTokens in interface TokenCollector<org.apache.maven.artifact.Artifact>
Overrides:
getTokens in class VersionFreeArtifactTokenCollector


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.