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