| Constructor and Description |
|---|
DefaultArtifact(org.apache.maven.artifact.Artifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDependencyTrail() |
File |
getFile() |
String |
getGroupId() |
List<String> |
getOnlyDependenciesTrail()
The first element on dependency tail is the project that is compiled.
|
boolean |
isCompileScope() |
boolean |
isOptional() |
boolean |
isRuntimeScope() |
public DefaultArtifact(org.apache.maven.artifact.Artifact artifact)
public List<String> getDependencyTrail()
getDependencyTrail in interface Artifactpublic boolean isOptional()
isOptional in interface Artifactpublic boolean isCompileScope()
isCompileScope in interface Artifactpublic boolean isRuntimeScope()
isRuntimeScope in interface Artifactpublic List<String> getOnlyDependenciesTrail()
getOnlyDependenciesTrail in interface Artifactpublic String getGroupId()
getGroupId in interface ArtifactCopyright © 2018 MuleSoft Inc. All rights reserved.