Modifier and Type | Method and Description |
---|---|
MavenCoordinate |
MavenArtifactInfo.getCoordinate()
Returns the defined coordinate (i.e.
|
Modifier and Type | Method and Description |
---|---|
MavenVersionRangeResult |
MavenWorkingSession.resolveVersionRange(MavenCoordinate coordinate)
Resolves version range request for given coordinate
|
Modifier and Type | Interface and Description |
---|---|
interface |
MavenDependency
Metadata describing a
<dependency /> declaration; immutable and Thread-safe. |
Modifier and Type | Method and Description |
---|---|
static MavenCoordinate |
MavenCoordinates.createCoordinate(String canonicalForm)
Creates a new
MavenCoordinate instance from the specified, required canonical form in format
<groupId>:<artifactId>[:<packagingType>[:<classifier>]]:(<version>|'?') |
static MavenCoordinate |
MavenCoordinates.createCoordinate(String groupId,
String artifactId,
String version,
PackagingType packaging,
String classifier)
Creates a new
MavenCoordinate instance from the specified arguments |
Modifier and Type | Method and Description |
---|---|
static MavenDependency |
MavenDependencies.createDependency(MavenCoordinate coordinate,
ScopeType scope,
boolean optional,
MavenDependencyExclusion... exclusions)
Creates a new
MavenDependency instance from the specified properties. |
Modifier and Type | Field and Description |
---|---|
protected MavenCoordinate |
MavenArtifactInfoImpl.mavenCoordinate |
Modifier and Type | Method and Description |
---|---|
MavenCoordinate |
MavenArtifactInfoImpl.getCoordinate()
Returns the defined coordinate (i.e.
|
MavenCoordinate |
MavenVersionRangeResultImpl.getHighestVersion() |
MavenCoordinate |
MavenVersionRangeResultImpl.getLowestVersion() |
Modifier and Type | Method and Description |
---|---|
List<MavenCoordinate> |
MavenVersionRangeResultImpl.getVersions() |
Modifier and Type | Method and Description |
---|---|
MavenVersionRangeResult |
MavenWorkingSessionImpl.resolveVersionRange(MavenCoordinate coordinate) |
Constructor and Description |
---|
MavenArtifactInfoImpl(MavenCoordinate mavenCoordinate,
String resolvedVersion,
boolean snapshotVersion,
String extension,
ScopeType scopeType,
MavenArtifactInfo[] dependencies,
boolean optional) |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.aether.artifact.Artifact |
MavenConverter.asArtifact(MavenCoordinate coordinate,
org.eclipse.aether.artifact.ArtifactTypeRegistry registry) |
Modifier and Type | Class and Description |
---|---|
class |
MavenDependencyImpl
Immutable, thread-safe implementation of a
MavenDependency |
Constructor and Description |
---|
MavenDependencyImpl(MavenCoordinate coordinate,
ScopeType scope,
boolean optional,
boolean undeclaredScope,
MavenDependencyExclusion... exclusions)
Creates a new instance with the specified properties.
|
MavenDependencyImpl(MavenCoordinate coordinate,
ScopeType scope,
boolean optional,
MavenDependencyExclusion... exclusions)
Creates a new instance with the specified properties.
|
Modifier and Type | Method and Description |
---|---|
MavenCoordinate |
MavenCoordinateProcessor.process(MavenResolvedArtifact input,
Class<MavenCoordinate> returnType) |
Modifier and Type | Method and Description |
---|---|
MavenCoordinate |
MavenCoordinateProcessor.process(MavenResolvedArtifact input,
Class<MavenCoordinate> returnType) |
Modifier and Type | Interface and Description |
---|---|
interface |
MavenDependencySPI
SPI View of a
MavenDependency for internals usage only |
Copyright © 2021 JBoss by Red Hat. All rights reserved.