aQute.bnd.maven.support
Class Pom.Dependency

java.lang.Object
  extended by aQute.bnd.maven.support.Pom.Dependency
Enclosing class:
Pom

public class Pom.Dependency
extends Object


Constructor Summary
Pom.Dependency()
           
 
Method Summary
 String getArtifactId()
           
 Set<String> getExclusions()
           
 String getGroupId()
           
 Pom getPom()
           
 Pom.Scope getScope()
           
 String getType()
           
 String getVersion()
           
 boolean isOptional()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Pom.Dependency

public Pom.Dependency()
Method Detail

getScope

public Pom.Scope getScope()

getType

public String getType()

isOptional

public boolean isOptional()

getGroupId

public String getGroupId()

getArtifactId

public String getArtifactId()

getVersion

public String getVersion()

getExclusions

public Set<String> getExclusions()

getPom

public Pom getPom()
           throws Exception
Throws:
Exception

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 aQute SARL. All Rights Reserved.