org.kuali.maven.plugins.graph.collector
Class VersionFreeArtifactTokenCollector
java.lang.Object
  
org.kuali.maven.plugins.graph.collector.VersionFreeArtifactTokenCollector
- All Implemented Interfaces: 
 - TokenCollector<org.apache.maven.artifact.Artifact>
 
- Direct Known Subclasses: 
 - ArtifactIdTokenCollector
 
public class VersionFreeArtifactTokenCollector
- extends Object
- implements TokenCollector<org.apache.maven.artifact.Artifact>
  
 Provide tokens that identify a Maven Artifact sans version
 
 
 [groupId]:[artifactId]:[type]:[classifier]
 
 
| 
Method Summary | 
 List<String> | 
getTokens(org.apache.maven.artifact.Artifact artifact)
 
          [groupId]:[artifactId]:[type]:[classifier] | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
VersionFreeArtifactTokenCollector
public VersionFreeArtifactTokenCollector()
getTokens
public List<String> getTokens(org.apache.maven.artifact.Artifact artifact)
- [groupId]:[artifactId]:[type]:[classifier]
- Specified by:
 getTokens in interface TokenCollector<org.apache.maven.artifact.Artifact>
 
 
 
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.