Modifier and Type | Method and Description |
---|---|
STRATEGYSTAGETYPE |
ResolveStage.resolve(Collection<String> canonicalForms)
Begins resolution by defining a
Collection of desired dependencies (in canonical form), returning the
next StrategyStage for the user to define the ResolutionStrategy . |
STRATEGYSTAGETYPE |
ResolveStage.resolve(String... canonicalForms)
Begins resolution by defining a set of desired dependencies (in canonical form), returning the next
StrategyStage
for the user to define the ResolutionStrategy . |
STRATEGYSTAGETYPE |
ResolveStage.resolve(String canonicalForm)
Begins resolution by defining the single desired dependency (in canonical form), returning the next
StrategyStage
for the user to define the ResolutionStrategy . |
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 MavenDependency |
MavenDependencies.createDependency(MavenCoordinate coordinate,
ScopeType scope,
boolean optional,
MavenDependencyExclusion... exclusions)
Creates a new
MavenDependency instance from the specified properties. |
static MavenDependency |
MavenDependencies.createDependency(String canonicalForm,
ScopeType scope,
boolean optional,
MavenDependencyExclusion... exclusions)
Creates a new
MavenDependency instance from the specified, required canonical form in format
<groupId>:<artifactId>[:<packagingType>[:<classifier>]][:<version>] , with the additional, optional
properties. |
static MavenDependencyExclusion |
MavenDependencies.createExclusion(String canonicalForm)
Creates a new
MavenDependencyExclusion instance from the specified, required canonical form in format
<groupId>:<artifactId> |
Constructor and Description |
---|
RejectDependenciesFilter(boolean rejectTransitives,
String... coordinates) |
Constructor and Description |
---|
RejectDependenciesStrategy(boolean rejectTransitives,
String... coordinates)
Bans all dependencies specified by coordinates possibly including all transitive dependencies that might be fetched by
resolving coordinates.
|
RejectDependenciesStrategy(String... coordinates)
Bans all dependencies specified by coordinates including all transitive dependencies that might be fetched by resolving
coordinates.
|
Modifier and Type | Method and Description |
---|---|
STRATEGYSTAGETYPE |
ResolveStageBaseImpl.resolve(Collection<String> canonicalForms)
Begins resolution by defining a
Collection of desired dependencies (in canonical form), returning the
next StrategyStage for the user to define the ResolutionStrategy . |
STRATEGYSTAGETYPE |
MavenResolverSystemBaseImpl.resolve(Collection<String> canonicalForms)
Begins resolution by defining a
Collection of desired dependencies (in canonical form), returning the
next StrategyStage for the user to define the ResolutionStrategy . |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.aether.artifact.Artifact |
MavenConverter.asArtifact(MavenCoordinate coordinate,
org.eclipse.aether.artifact.ArtifactTypeRegistry registry) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.