Package | Description |
---|---|
org.jboss.shrinkwrap.resolver.api.maven | |
org.jboss.shrinkwrap.resolver.impl.maven |
Modifier and Type | Interface and Description |
---|---|
interface |
MavenResolvedArtifact
Encapsulation of a resolved Maven-based artifact's metadata
|
Modifier and Type | Method and Description |
---|---|
MavenArtifactInfo[] |
MavenArtifactInfo.getDependencies()
Returns artifacts dependencies.
|
Modifier and Type | Class and Description |
---|---|
class |
MavenArtifactInfoImpl
Immutable implementation of
MavenArtifactInfo . |
class |
MavenResolvedArtifactImpl
Immutable implementation of
MavenResolvedArtifact . |
Modifier and Type | Field and Description |
---|---|
protected MavenArtifactInfo[] |
MavenArtifactInfoImpl.dependencies |
Modifier and Type | Method and Description |
---|---|
MavenArtifactInfo[] |
MavenArtifactInfoImpl.getDependencies()
Returns artifacts dependencies.
|
protected MavenArtifactInfo[] |
MavenArtifactInfoImpl.parseDependencies(List<org.eclipse.aether.graph.DependencyNode> children)
Produces MavenArtifactInfo array from List of DependencyNode's.
|
Constructor and Description |
---|
MavenArtifactInfoImpl(MavenCoordinate mavenCoordinate,
String resolvedVersion,
boolean snapshotVersion,
String extension,
ScopeType scopeType,
MavenArtifactInfo[] dependencies,
boolean optional) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.