Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 30 for ClassLoaderScope (0.23 sec)

  1. platforms/extensibility/unit-test-fixtures/src/main/java/org/gradle/testfixtures/internal/ProjectBuilderImpl.java

            DefaultProjectDescriptor projectDescriptor = new DefaultProjectDescriptor(null, name, projectDir, projectDescriptorRegistry, buildServices.get(FileResolver.class));
    
            ClassLoaderScope baseScope = gradle.getClassLoaderScope();
            ClassLoaderScope rootProjectScope = baseScope.createChild("root-project", null);
    
            ProjectStateRegistry projectStateRegistry = buildServices.get(ProjectStateRegistry.class);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 19:51:36 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/api/internal/project/DefaultProject.java

        private static final Logger BUILD_LOGGER = Logging.getLogger(Project.class);
    
        private final ProjectState owner;
        private final ClassLoaderScope classLoaderScope;
        private final ClassLoaderScope baseClassLoaderScope;
        private final ServiceRegistry services;
    
        private final ProjectInternal rootProject;
    
        private final GradleInternal gradle;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  3. platforms/core-configuration/declarative-dsl-provider/src/main/kotlin/org/gradle/internal/declarativedsl/project/TypeSafeProjectAccessorsSchemaBuildingComponent.kt

     * limitations under the License.
     */
    
    package org.gradle.internal.declarativedsl.project
    
    import org.gradle.api.Project
    import org.gradle.api.internal.initialization.ClassLoaderScope
    import org.gradle.internal.declarativedsl.analysis.DefaultFqName
    import org.gradle.internal.declarativedsl.analysis.DataTypeRefInternal
    import org.gradle.internal.declarativedsl.analysis.DefaultDataProperty
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 12:25:07 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  4. subprojects/core/src/test/groovy/org/gradle/api/internal/plugins/DefaultPluginContainerTest.groovy

     */
    package org.gradle.api.internal.plugins
    
    import org.gradle.api.Plugin
    import org.gradle.api.Project
    import org.gradle.api.internal.CollectionCallbackActionDecorator
    import org.gradle.api.internal.initialization.ClassLoaderScope
    import org.gradle.api.internal.project.TestRuleSource
    import org.gradle.api.plugins.UnknownPluginException
    import org.gradle.internal.code.DefaultUserCodeApplicationContext
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 21:54:27 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  5. platforms/core-configuration/declarative-dsl-tooling-builders/src/main/kotlin/org/gradle/declarative/dsl/tooling/builders/DeclarativeSchemaModelBuilder.kt

            val schemaBuilder = GradleProcessInterpretationSchemaBuilder(softwareTypeRegistry)
    
            val settings = target.mutableModel.settings
            val settingsContext = LoadedSettingsScriptContext(settings, settings.classLoaderScope, settings.settingsScript)
    
            val settingsSequence = schemaBuilder.getEvaluationSchemaForScript(settingsContext)
                .sequenceOrError().analysisOnly()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 13:47:10 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  6. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/GroovyScriptClassCompiler.java

    import org.codehaus.groovy.ast.ClassNode;
    import org.gradle.api.Action;
    import org.gradle.api.file.RelativePath;
    import org.gradle.api.internal.file.FileCollectionFactory;
    import org.gradle.api.internal.initialization.ClassLoaderScope;
    import org.gradle.api.internal.project.ProjectInternal;
    import org.gradle.groovy.scripts.ScriptSource;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 15:23:24 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  7. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/ProblemReportingCrossProjectModelAccess.kt

            override fun getModelRegistry(): ModelRegistry {
                shouldNotBeUsed()
            }
    
            override fun getClassLoaderScope(): ClassLoaderScope {
                shouldNotBeUsed()
            }
    
            override fun getBaseClassLoaderScope(): ClassLoaderScope {
                shouldNotBeUsed()
            }
    
            override fun setScript(script: Script) {
                shouldNotBeUsed()
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 41.1K bytes
    - Viewed (0)
  8. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/DefaultConfigurationCache.kt

        private
        fun <T : Any> loadFromCache(stateType: StateType, action: (ConfigurationCacheStateFile) -> Pair<LoadResult, T>): T {
            prepareConfigurationTimeBarrier()
    
            // No need to record the `ClassLoaderScope` tree
            // when loading the task graph.
            scopeRegistryListener.dispose()
    
            val result = buildOperationRunner.withLoadOperation {
                store.useForStateLoad(stateType, action)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 24.3K bytes
    - Viewed (0)
  9. platforms/core-configuration/kotlin-dsl-provider-plugins/src/main/kotlin/org/gradle/kotlin/dsl/provider/plugins/precompiled/tasks/GeneratePrecompiledScriptPluginAccessors.kt

    private
    fun ProjectInternal.applyPlugins(pluginRequests: PluginRequests) {
        serviceOf<PluginRequestApplicator>().applyPlugins(
            pluginRequests,
            buildscript,
            pluginManager,
            classLoaderScope
        )
    }
    
    
    private
    fun <T> withCapturedOutputOnError(block: () -> T, onError: (ErrorWithCapturedOutput) -> T): T {
        val outCapture = ThreadLocalCapturePrintStream(System.out)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 08:10:49 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  10. testing/internal-integ-testing/src/test/groovy/org/gradle/integtests/fixtures/timeout/JavaProcessStackTracesMonitorSpec.groovy

    -Dorg.gradle.native.dir=/home/tcagent1/agent/work/668602365d1521fc/intTestHomeDir/worker-1/native -Dorg.gradle.deprecation.trace=true -Djava.io.tmpdir=/home/tcagent1/agent/work/668602365d1521fc/subprojects/test-kit/build/tmp -Dfile.encoding=UTF-8 -Dorg.gradle.classloaderscope.strict=true -Dgradle.internal.noSearchUpwards=true -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false -ea -ea -Xmx2g -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/tcagent1/agent/work/668602365d1521fc/intTestHomeDir/worker-1 ...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun May 12 10:33:12 UTC 2024
    - 16.2K bytes
    - Viewed (0)
Back to top