Package org.bsc.maven.confluence.plugin
Class ReportingResolutionListener.Node
- java.lang.Object
-
- org.bsc.maven.confluence.plugin.ReportingResolutionListener.Node
-
- Enclosing class:
- ReportingResolutionListener
public static class ReportingResolutionListener.Node extends Object
-
-
Constructor Summary
Constructors Constructor Description Node()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.maven.artifact.ArtifactgetArtifact()List<ReportingResolutionListener.Node>getChildren()
-
-
-
Method Detail
-
getChildren
public List<ReportingResolutionListener.Node> getChildren()
-
getArtifact
public org.apache.maven.artifact.Artifact getArtifact()
-
-