Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 42 for contextualize (0.16 sec)

  1. 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)
  2. maven-core/src/test/resources/org/apache/maven/extension/test-extension-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: Tue Oct 16 20:15:40 UTC 2007
    - 160.1K bytes
    - Viewed (0)
  3. 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)
  4. maven-core/src/test/resources/org/apache/maven/extension/test-extension-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: Tue Oct 16 20:15:40 UTC 2007
    - 233.3K bytes
    - Viewed (0)
  5. 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)
  6. maven-core/src/test/resources/org/apache/maven/extension/test-extension-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: Tue Oct 16 20:15:40 UTC 2007
    - 205.7K bytes
    - Viewed (0)
  7. subprojects/core/src/main/java/org/gradle/execution/selection/BuildTaskSelector.java

        BuildSpecificSelector relativeToBuild(BuildState target);
    
        /**
         * A selector that is contextualized to select tasks relative to some build.
         */
        interface BuildSpecificSelector {
            TaskSelection resolveTaskName(String taskName);
        }
    
        class Filter {
            private final BuildState build;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  8. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/ConfigurationCacheState.kt

                write(gradle.settings.settingsScript.resource.file)
                writeBuildDefinition(state.buildDefinition)
                write(state.identityPath)
            }
            // Encode the build state using the contextualized IO service for the nested build
            state.projects.withMutableStateOfAllProjects {
                gradle.serviceOf<ConfigurationCacheIO>().writeIncludedBuildStateTo(
                    stateFileFor(state.buildDefinition),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  9. subprojects/core/src/test/groovy/org/gradle/internal/service/scopes/DefaultGradleUserHomeScopeServiceRegistryTest.groovy

        def homeDirServices = new DefaultGradleUserHomeScopeServiceRegistry(globalServices, new HomeDirServiceProvider())
    
        def "creates service registry contextualised to home dir"() {
            def dir = new File("home-dir")
    
            expect:
            def services = homeDirServices.getServicesFor(dir)
            services.get(SomeGlobalService) != null
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 8K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/api/internal/cache/DefaultCacheConfigurations.java

                }
                getRemoveUnusedEntriesOlderThan().set(providerFromSupplier(daysAgo(removeUnusedEntriesAfterDays)));
            }
        }
    
        /**
         * An implementation of {@link Property} that provides a contextualized error if the value is mutated after finalization.
         */
        private static class ContextualErrorMessageProperty<T> extends DefaultProperty<T> {
            private final String displayName;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 20:26:37 UTC 2024
    - 14.4K bytes
    - Viewed (0)
Back to top