org.nuiton.plugin
Class DependencyUtil.ArtifactDependencyEntry

java.lang.Object
  extended by org.nuiton.plugin.DependencyUtil.ArtifactDependencyEntry
Enclosing class:
DependencyUtil

public static class DependencyUtil.ArtifactDependencyEntry
extends Object


Field Summary
protected  org.apache.maven.artifact.Artifact artifact
           
protected  String artifactKey
           
protected  List<String> depIds
           
protected  org.apache.maven.shared.dependency.tree.DependencyNode node
           
 
Constructor Summary
DependencyUtil.ArtifactDependencyEntry(org.apache.maven.artifact.Artifact artifact)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

artifact

protected final org.apache.maven.artifact.Artifact artifact

artifactKey

protected final String artifactKey

node

protected org.apache.maven.shared.dependency.tree.DependencyNode node

depIds

protected List<String> depIds
Constructor Detail

DependencyUtil.ArtifactDependencyEntry

public DependencyUtil.ArtifactDependencyEntry(org.apache.maven.artifact.Artifact artifact)


Copyright © 2009 CodeLutin. All Rights Reserved.