- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getScopeState (0.05 sec)
-
impl/maven-core/src/main/java/org/apache/maven/execution/scope/internal/MojoExecutionScope.java
*/ public class MojoExecutionScope extends org.apache.maven.impl.di.MojoExecutionScope implements Scope, MojoExecutionListener { public <T> void seed(Class<T> clazz, Provider<T> value) { getScopeState().seed(clazz, value::get); } @Override public <T> Provider<T> scope(final Key<T> key, Provider<T> unscoped) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 3.4K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/session/scope/internal/SessionScope.java
/** * SessionScope */ public class SessionScope extends org.apache.maven.impl.di.SessionScope implements Scope { public <T> void seed(Class<T> clazz, Provider<T> value) { getScopeState().seed(clazz, value::get); } @Override public <T> Provider<T> scope(final Key<T> key, final Provider<T> unscoped) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 2.2K bytes - Viewed (0)