Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 36 for contextualize (0.21 sec)

  1. platforms/software/platform-base/src/main/java/org/gradle/platform/base/internal/registry/ComponentTypeModelRuleExtractor.java

            public void apply(final MethodModelRuleApplicationContext context, MutableModelNode target) {
                context.getRegistry().configure(
                    ModelActionRole.Mutate,
                    context.contextualize(new TypeRegistrationAction()));
            }
    
            private class TypeRegistrationAction extends AbstractMethodRuleAction<ComponentSpecFactory> {
                public TypeRegistrationAction() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/execution/taskgraph/DefaultTaskExecutionGraph.java

            }
    
            @Override
            public BuildOperationDescriptor.Builder description() {
                return BuildOperationDescriptor.displayName(
                        gradleInternal.contextualize("Notify task graph whenReady listeners"))
                    .details(
                        new NotifyTaskGraphWhenReadyDetails(
                            gradleInternal.getIdentityPath()
                        )
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  3. subprojects/core/src/main/java/org/gradle/invocation/DefaultGradle.java

            if (identityPath == null) {
                identityPath = services.get(PublicBuildPath.class).getBuildPath();
            }
            return identityPath;
        }
    
        @Override
        public String contextualize(String description) {
            if (isRootBuild()) {
                return description;
            } else {
                Path contextPath = getIdentityPath();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 05:18:22 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/inspect/ModelRuleExtractor.java

                        public ModelPath getScope() {
                            return targetPath;
                        }
    
                        @Override
                        public ModelAction contextualize(final MethodRuleAction action) {
                            final List<ModelReference<?>> inputs = withImplicitInputs(action.getInputs());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 13:45:02 UTC 2024
    - 26K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.jar

    figuration.PlexusConfigurationE; } org/codehaus/plexus/personality/plexus/lifecycle/phase/Contextualizable.class package org.codehaus.plexus.personality.plexus.lifecycle.phase; public abstract interface Contextualizable { public abstract void contextualize(org.codehaus.plexus.context.Context) throws org.codehaus.plexus.context.ContextException; } org/codehaus/plexus/personality/plexus/lifecycle/phase/Disposable.class package org.codehaus.plexus.personality.plexus.lifecycle.phase; public abstract...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 32.4K bytes
    - Viewed (0)
  6. maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultMavenPluginManager.java

            // We are forcing the use of the plugin realm for all lookups that might occur during
            // the lifecycle that is part of the lookup. Here we are specifically trying to keep
            // lookups that occur in contextualize calls in line with the right realm.
            ClassRealm oldLookupRealm = container.setLookupRealm(pluginRealm);
    
            ClassLoader oldClassLoader = Thread.currentThread().getContextClassLoader();
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-component-api/1.0-alpha-32/plexus-component-api-1.0-alpha-32.jar

    figuration.PlexusConfigurationE; } org/codehaus/plexus/personality/plexus/lifecycle/phase/Contextualizable.class package org.codehaus.plexus.personality.plexus.lifecycle.phase; public abstract interface Contextualizable { public abstract void contextualize(org.codehaus.plexus.context.Context) throws org.codehaus.plexus.context.ContextException; } org/codehaus/plexus/personality/plexus/lifecycle/phase/Disposable.class package org.codehaus.plexus.personality.plexus.lifecycle.phase; public abstract...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 35.3K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/apiv4-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    org.apache.maven.wagon.authentication.AuthenticationInfo getAuthenticationInf(String); public org.apache.maven.artifact.repository.ArtifactRepository getMirror(String); public void addProxy(String, String, int, String, String, String); public void contextualize(org.codehaus.plexus.context.Context) throws org.codehaus.plexus.context.ContextException; public void setDownloadMonitor(org.apache.maven.wagon.events.TransferListener); public void addAuthenticationInf(String, String, String, String, String);...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 160.1K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    private java.util.List componentFactories; public void DefaultComponentFact(); public ComponentFactory findComponentFactory(String) throws UndefinedComponentFa; public ComponentFactory getDefaultComponentF() throws UndefinedComponentFa; public void contextualize(org.codehaus.plexus.context.Context) throws org.codehaus.plexus.context.ContextException; } org/codehaus/plexus/component/factory/java/JavaComponentFactory.class package org.codehaus.plexus.component.factory.java; public synchronized class JavaComponentFactory...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 233.3K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    private java.util.List componentFactories; public void DefaultComponentFact(); public ComponentFactory findComponentFactory(String) throws UndefinedComponentFa; public ComponentFactory getDefaultComponentF() throws UndefinedComponentFa; public void contextualize(org.codehaus.plexus.context.Context) throws org.codehaus.plexus.context.ContextException; } org/codehaus/plexus/component/factory/java/JavaComponentFactory.class package org.codehaus.plexus.component.factory.java; public synchronized class JavaComponentFactory...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 205.7K bytes
    - Viewed (0)
Back to top