Package aQute.bnd.maven.support
Class Pom.Dependency
- java.lang.Object
-
- aQute.bnd.maven.support.Pom.Dependency
-
- Enclosing class:
- Pom
public class Pom.Dependency extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Dependency()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getArtifactId()
java.util.Set<java.lang.String>
getExclusions()
java.lang.String
getGroupId()
Pom
getPom()
Pom.Scope
getScope()
java.lang.String
getType()
java.lang.String
getVersion()
boolean
isOptional()
java.lang.String
toString()
-
-
-
Method Detail
-
getScope
public Pom.Scope getScope()
-
getType
public java.lang.String getType()
-
isOptional
public boolean isOptional()
-
getGroupId
public java.lang.String getGroupId()
-
getArtifactId
public java.lang.String getArtifactId()
-
getVersion
public java.lang.String getVersion()
-
getExclusions
public java.util.Set<java.lang.String> getExclusions()
-
getPom
public Pom getPom() throws java.lang.Exception
- Throws:
java.lang.Exception
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-