public class DependencyInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
artifactId |
String |
groupId |
SourceInfo |
source |
| Constructor and Description |
|---|
DependencyInfo() |
| Modifier and Type | Method and Description |
|---|---|
SourceInfo |
getSource() |
boolean |
isNeedsBuild() |
org.apache.maven.model.Dependency |
toDependency(Map<String,String> versionOverrides) |
String |
toString() |
public String groupId
public String artifactId
@CheckForNull public SourceInfo source
public boolean isNeedsBuild()
public org.apache.maven.model.Dependency toDependency(Map<String,String> versionOverrides) throws IOException
IOException@CheckForNull public SourceInfo getSource()
Copyright © 2004–2018. All rights reserved.