Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setClassLoaderScope (0.3 sec)

  1. subprojects/composite-builds/src/main/java/org/gradle/composite/internal/BuildStateFactory.java

            DefaultNestedBuild build = new DefaultNestedBuild(buildIdentifier, identityPath, buildDefinition, owner, buildTreeState);
            // Expose any contributions from the parent's settings
            build.getMutableModel().setClassLoaderScope(() -> owner.getMutableModel().getSettings().getClassLoaderScope());
            return build;
        }
    
        public NestedBuildTree createNestedTree(
            BuildInvocationScopeId buildInvocationScopeId,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/api/internal/GradleInternal.java

        /**
         * Returns the broadcaster for {@link BuildListener} events
         */
        BuildListener getBuildListenerBroadcaster();
    
        @UsedByScanPlugin
        ServiceRegistry getServices();
    
        void setClassLoaderScope(Supplier<? extends ClassLoaderScope> classLoaderScope);
    
        ClassLoaderScope getClassLoaderScope();
    
        void setIncludedBuilds(Collection<? extends IncludedBuildInternal> includedBuilds);
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 5.7K bytes
    - Viewed (0)
Back to top