Class MojoExecutionScope
java.lang.Object
org.apache.maven.impl.di.MojoExecutionScope
- All Implemented Interfaces:
Scope
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
enter()
void
exit()
protected MojoExecutionScope.ScopeState
<T> Supplier
<T> <T> void
<T> void
static <T> Supplier
<T> seededKeySupplier
(Class<? extends T> clazz)
-
Constructor Details
-
MojoExecutionScope
public MojoExecutionScope()
-
-
Method Details
-
seededKeySupplier
-
enter
public void enter() -
getScopeState
-
exit
public void exit() -
seed
-
seed
-
scope
-