org.kuali.maven.plugins.graph.collector
Class ArtifactIdTokenCollector
java.lang.Object
org.kuali.maven.plugins.graph.collector.VersionFreeArtifactTokenCollector
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]
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 |
ArtifactIdTokenCollector
public ArtifactIdTokenCollector()
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.