|
ShrinkWrap Resolver Maven API 2.0.0-cr-1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PomEquippedResolveStageBase<RESOLVESTAGETYPE extends MavenResolveStageBase<RESOLVESTAGETYPE,STRATEGYSTAGETYPE,FORMATSTAGETYPE>,STRATEGYSTAGETYPE extends MavenStrategyStageBase<STRATEGYSTAGETYPE,FORMATSTAGETYPE>,FORMATSTAGETYPE extends MavenFormatStage>
Defines the contract for operations denoting a ResolverStage has been configured via POM (Project Object
Model) metadata
| Method Summary | |
|---|---|
RESOLVESTAGETYPE |
importCompileAndRuntimeDependencies()
More explicit alias equivalent to importRuntimeDependencies() |
RESOLVESTAGETYPE |
importDependencies(ScopeType... scopes)
Adds all dependencies defined in imported POM file included in selected scopes for resolution |
RESOLVESTAGETYPE |
importRuntimeAndTestDependencies()
Adds all dependencies defined in imported POM file included in test, compile(default), system, and import scopes for resolution |
RESOLVESTAGETYPE |
importRuntimeDependencies()
Adds all dependencies defined in imported POM file included in compile(default), system, import and runtime scopes for resolution |
RESOLVESTAGETYPE |
importTestDependencies()
Adds all dependencies defined in imported POM file included in test scope for resolution |
| Methods inherited from interface org.jboss.shrinkwrap.resolver.api.ResolveStage |
|---|
addDependencies, addDependencies, addDependency, resolve, resolve, resolve, resolve |
| Method Detail |
|---|
RESOLVESTAGETYPE importDependencies(ScopeType... scopes)
throws IllegalArgumentException
scopes - Scopes
IllegalArgumentException - If no scopes were providedRESOLVESTAGETYPE importTestDependencies()
RESOLVESTAGETYPE importRuntimeAndTestDependencies()
RESOLVESTAGETYPE importRuntimeDependencies()
RESOLVESTAGETYPE importCompileAndRuntimeDependencies()
importRuntimeDependencies()
|
ShrinkWrap Resolver Maven API 2.0.0-cr-1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||