Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ServiceLookupException (0.27 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/tasks/NodeExecutionContext.java

     */
    
    package org.gradle.api.internal.tasks;
    
    import org.gradle.api.NonNullApi;
    import org.gradle.internal.service.ServiceLookupException;
    
    @NonNullApi
    public interface NodeExecutionContext {
        /**
         * Locates the given execution service.
         */
        <T> T getService(Class<T> type) throws ServiceLookupException;
    
        /**
         * Whether this context is coming from an execution graph.
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 07:17:14 UTC 2024
    - 1.3K bytes
    - Viewed (0)
Back to top