Modifier and Type | Class and Description |
---|---|
class |
NonUniqueResultException
Indicates that an error was encountered while attempting to obtain a single result during resolution via
FormatStage , but more than one artifact was resolved. |
class |
NoResolvedResultException
Indicates that an error was encountered while attempting to obtain a single result during resolution via
FormatStage , but no artifact was resolved. |
class |
VersionResolutionException
Indicates that a general error was encountered while attempting to resolve versions range request.
|
Modifier and Type | Method and Description |
---|---|
STRATEGYSTAGETYPE |
ResolveStage.resolve()
Begins resolution of the prior-defined dependencies, returning the next
StrategyStage for the user to
define the ResolutionStrategy |
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 |
---|---|
Collection<MavenResolvedArtifact> |
MavenWorkingSession.resolveDependencies(MavenResolutionStrategy strategy) |
Modifier and Type | Method and Description |
---|---|
STRATEGYSTAGETYPE |
MavenResolverSystemBaseImpl.resolve()
Begins resolution of the prior-defined dependencies, returning the next
StrategyStage for the user to
define the ResolutionStrategy |
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 . |
STRATEGYSTAGETYPE |
MavenResolverSystemBaseImpl.resolve(String... coordinates)
Begins resolution by defining a set of desired dependencies (in canonical form), returning the next
StrategyStage
for the user to define the ResolutionStrategy . |
STRATEGYSTAGETYPE |
MavenResolverSystemBaseImpl.resolve(String coordinate)
Begins resolution by defining the single desired dependency (in canonical form), returning the next
StrategyStage
for the user to define the ResolutionStrategy . |
Collection<MavenResolvedArtifact> |
MavenWorkingSessionImpl.resolveDependencies(MavenResolutionStrategy strategy) |
Modifier and Type | Method and Description |
---|---|
JarPackagingProcessor |
JarPackagingProcessor.importBuildOutput(MavenResolutionStrategy strategy) |
Modifier and Type | Method and Description |
---|---|
PackagingProcessor<ARCHIVETYPE> |
PackagingProcessor.importBuildOutput(MavenResolutionStrategy strategy)
Compiles, packages and resolve dependencies for the project.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.