aQute.bnd.maven.support
Class Pom.Dependency
java.lang.Object
aQute.bnd.maven.support.Pom.Dependency
- Enclosing class:
- Pom
public class Pom.Dependency
- extends Object
Pom.Dependency
public Pom.Dependency()
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.