Class MojoExecutionScope
java.lang.Object
org.apache.maven.impl.di.MojoExecutionScope
- All Implemented Interfaces:
- Scope
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidenter()voidexit()protected MojoExecutionScope.ScopeState<T> Supplier<T> <T> void<T> voidstatic <T> Supplier<T> seededKeySupplier(Class<? extends T> clazz) 
- 
Constructor Details- 
MojoExecutionScopepublic MojoExecutionScope()
 
- 
- 
Method Details- 
seededKeySupplier
- 
enterpublic void enter()
- 
getScopeState
- 
exitpublic void exit()
- 
seed
- 
seed
- 
scope
 
-