| Package | Description |
|---|---|
| org.jboss.shrinkwrap.resolver.api.maven | |
| org.jboss.shrinkwrap.resolver.api.maven.strategy |
| Modifier and Type | Method and Description |
|---|---|
Collection<MavenResolvedArtifact> |
MavenWorkingSession.resolveDependencies(MavenResolutionStrategy strategy) |
| Modifier and Type | Class and Description |
|---|---|
class |
AcceptAllStrategy
MavenResolutionStrategy implementation where all MavenDependencys are accepted |
class |
AcceptScopesStrategy
MavenResolutionStrategy implementation where only MavenDependencys in acceptable ScopeTypes
are accepted. |
class |
CombinedStrategy
MavenResolutionStrategy implementation where only MavenDependencys passing a series of other
MavenResolutionStrategys are accepted |
class |
NonTransitiveStrategy
MavenResolutionStrategy implementation where only explicitly-defined MavenDependencys are accepted |
class |
RejectDependenciesStrategy
MavenResolutionStrategy implementation where specified MavenDependencys may be selectively rejected |
class |
TransitiveStrategy
MavenResolutionStrategy implementation where MavenDependencys are accepted based on transitivity. |
| Constructor and Description |
|---|
CombinedStrategy(MavenResolutionStrategy... strategies) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.