Class MojoExecutionScope
java.lang.Object
org.apache.maven.internal.impl.di.MojoExecutionScope
org.apache.maven.execution.scope.internal.MojoExecutionScope
- All Implemented Interfaces:
- com.google.inject.Scope,- Scope,- MojoExecutionListener
public class MojoExecutionScope
extends MojoExecutionScope
implements com.google.inject.Scope, MojoExecutionListener
MojoExecutionScope
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.maven.internal.impl.di.MojoExecutionScopeMojoExecutionScope.ScopeState
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidvoid<T> com.google.inject.Provider<T> scope(com.google.inject.Key<T> key, com.google.inject.Provider<T> unscoped) <T> voidstatic <T> com.google.inject.Provider<T> seededKeyProvider(Class<? extends T> clazz) Methods inherited from class org.apache.maven.internal.impl.di.MojoExecutionScopeenter, exit, getScopeState, scope, seed, seed, seededKeySupplierMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.inject.ScopetoString
- 
Constructor Details- 
MojoExecutionScopepublic MojoExecutionScope()
 
- 
- 
Method Details- 
seed
- 
scopepublic <T> com.google.inject.Provider<T> scope(com.google.inject.Key<T> key, com.google.inject.Provider<T> unscoped) - Specified by:
- scopein interface- com.google.inject.Scope
 
- 
seededKeyProvider
- 
beforeMojoExecution- Specified by:
- beforeMojoExecutionin interface- MojoExecutionListener
- Throws:
- MojoExecutionException
 
- 
afterMojoExecutionSuccess- Specified by:
- afterMojoExecutionSuccessin interface- MojoExecutionListener
- Throws:
- MojoExecutionException
 
- 
afterExecutionFailure- Specified by:
- afterExecutionFailurein interface- MojoExecutionListener
 
 
-