Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 110 for ClassLoaderScope (0.19 sec)

  1. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/DefaultScriptCompilationHandler.java

            private final ClassPath scriptClassPath;
            private final ClassLoaderScope targetScope;
            private final ScriptSource source;
            private final HashCode sourceHashCode;
            private final M metadata;
            private Class<? extends T> scriptClass;
            private ClassLoaderScope scope;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  2. platforms/extensibility/plugin-use/src/main/java/org/gradle/plugin/use/resolve/internal/AlreadyOnClasspathPluginResolver.java

        private final PluginDescriptorLocator pluginDescriptorLocator;
        private final ClassLoaderScope parentLoaderScope;
        private final PluginInspector pluginInspector;
        private final PluginVersionTracker pluginVersionTracker;
    
        public AlreadyOnClasspathPluginResolver(
            PluginResolver delegate,
            PluginRegistry corePluginRegistry,
            ClassLoaderScope parentLoaderScope,
            PluginDescriptorLocator pluginDescriptorLocator,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 19:24:56 UTC 2024
    - 6K bytes
    - Viewed (0)
  3. platforms/extensibility/plugin-development/src/main/java/org/gradle/plugin/devel/internal/precompiled/GeneratePluginAdaptersTask.java

            }
        }
    
        private CompiledScript<PluginsAwareScript, ?> loadCompiledPluginsBlocks(PrecompiledGroovyScript scriptPlugin) {
            ClassLoaderScope classLoaderScope = getClassLoaderScopeRegistry().getCoreAndPluginsScope();
            CompileOperation<?> pluginsCompileOperation = getCompileOperationFactory().getPluginsBlockCompileOperation(scriptPlugin.getScriptTarget());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 22:50:50 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  4. subprojects/core/src/test/groovy/org/gradle/api/internal/project/DefaultProjectSpec.groovy

            def factory = new ProjectFactory(instantiator, new DefaultTextFileResourceLoader(null), scriptResolution)
            return factory.createProject(build, descriptor, container, parent, serviceRegistryFactory, Stub(ClassLoaderScope), Stub(ClassLoaderScope))
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/BuildOperationBackedScriptCompilationHandler.java

     */
    
    package org.gradle.groovy.scripts.internal;
    
    import groovy.lang.Script;
    import org.codehaus.groovy.ast.ClassNode;
    import org.gradle.api.Action;
    import org.gradle.api.internal.initialization.ClassLoaderScope;
    import org.gradle.groovy.scripts.ScriptSource;
    import org.gradle.internal.classpath.ClassPath;
    import org.gradle.internal.hash.HashCode;
    import org.gradle.internal.operations.BuildOperationContext;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  6. subprojects/core/src/main/java/org/gradle/api/internal/project/ProjectState.java

         * Is the mutable model for this project available?
         */
        boolean isCreated();
    
        /**
         * Creates the mutable model for this project.
         */
        void createMutableModel(ClassLoaderScope selfClassLoaderScope, ClassLoaderScope baseClassLoaderScope);
    
        /**
         * Configures the mutable model for this project, if not already.
         *
         * May also configure the parent of this project.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 20 08:25:03 UTC 2022
    - 5.3K bytes
    - Viewed (0)
  7. subprojects/core/src/main/java/org/gradle/initialization/ClassLoaderScopeId.java

     * limitations under the License.
     */
    
    package org.gradle.initialization;
    
    import javax.annotation.Nullable;
    
    /**
     * Uniquely identifies a {@link org.gradle.api.internal.initialization.ClassLoaderScope} in
     * the {@link ClassLoaderScopeRegistry}.
     */
    public interface ClassLoaderScopeId {
    
        @Nullable
        ClassLoaderScopeId getParent();
    
        String getName();
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 1K bytes
    - Viewed (0)
  8. subprojects/core/src/main/java/org/gradle/api/internal/project/ProjectInternal.java

        ExtensionContainerInternal getExtensions();
    
        ProjectConfigurationActionContainer getConfigurationActions();
    
        @Override
        ModelRegistry getModelRegistry();
    
        ClassLoaderScope getClassLoaderScope();
    
        ClassLoaderScope getBaseClassLoaderScope();
    
        void setScript(groovy.lang.Script script);
    
        void addDeferredConfiguration(Runnable configuration);
    
        void fireDeferredConfiguration();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 16 21:18:55 UTC 2023
    - 9.2K bytes
    - Viewed (0)
  9. subprojects/core/src/test/groovy/org/gradle/initialization/DefaultSettingsTest.groovy

            settings.rootProject.buildFileName == Project.DEFAULT_BUILD_FILE
            settings.gradle.is(gradleMock)
            settings.buildscript.is(settingsScriptHandler)
            settings.classLoaderScope.is(classLoaderScope)
        }
    
        def 'can include projects'() {
            String projectA = "a"
            String projectB = "b"
            String projectC = "c"
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 01 18:57:54 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  10. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleKotlinDslRuntimeGeneratedSources.java

    import org.gradle.api.file.DirectoryProperty;
    import org.gradle.api.file.FileSystemOperations;
    import org.gradle.api.file.FileTree;
    import org.gradle.api.internal.initialization.ClassLoaderScope;
    import org.gradle.api.tasks.CacheableTask;
    import org.gradle.api.tasks.Classpath;
    import org.gradle.api.tasks.OutputDirectory;
    import org.gradle.api.tasks.TaskAction;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Mar 19 17:15:23 UTC 2023
    - 3.9K bytes
    - Viewed (0)
Back to top