Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 50 for registry_ (0.11 sec)

  1. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/vfs/impl/WatchingVirtualFileSystem.java

    import org.gradle.internal.watch.WatchingNotSupportedException;
    import org.gradle.internal.watch.registry.FileWatcherRegistry;
    import org.gradle.internal.watch.registry.FileWatcherRegistryFactory;
    import org.gradle.internal.watch.registry.WatchMode;
    import org.gradle.internal.watch.registry.impl.DaemonDocumentationIndex;
    import org.gradle.internal.watch.registry.impl.SnapshotCollectingDiffListener;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 16:22:15 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  2. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/registry/impl/DefaultFileWatcherRegistry.java

    import static org.gradle.internal.watch.registry.FileWatcherRegistry.Type.CREATED;
    import static org.gradle.internal.watch.registry.FileWatcherRegistry.Type.INVALIDATED;
    import static org.gradle.internal.watch.registry.FileWatcherRegistry.Type.MODIFIED;
    import static org.gradle.internal.watch.registry.FileWatcherRegistry.Type.OVERFLOW;
    import static org.gradle.internal.watch.registry.FileWatcherRegistry.Type.REMOVED;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 15:08:33 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  3. subprojects/core/src/main/java/org/gradle/internal/classpath/CallInterceptingMetaClass.java

        private static final Object[] NO_ARG = new Object[0];
    
        public CallInterceptingMetaClass(
            MetaClassRegistry registry,
            Class<?> javaClass,
            MetaClass adaptee,
            InstrumentedGroovyCallsTracker callsTracker,
            CallInterceptorResolver interceptorResolver
        ) {
            super(registry, javaClass);
            this.adaptee = adaptee;
            this.callsTracker = callsTracker;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 13:46:35 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  4. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/registry/impl/WatchableHierarchies.java

    import org.gradle.internal.snapshot.SnapshotHierarchy;
    import org.gradle.internal.snapshot.SnapshotVisitResult;
    import org.gradle.internal.watch.registry.FileWatcherProbeRegistry;
    import org.gradle.internal.watch.registry.WatchMode;
    import org.slf4j.Logger;
    import org.slf4j.LoggerFactory;
    
    import javax.annotation.CheckReturnValue;
    import java.io.File;
    import java.nio.file.Files;
    import java.util.ArrayDeque;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 17:02:39 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/catalog/DefaultDependenciesAccessors.java

        private ClassPath sources = DefaultClassPath.of();
        private ClassPath classes = DefaultClassPath.of();
    
        @Inject
        public DefaultDependenciesAccessors(
            ClassPathRegistry registry,
            DependenciesAccessorsWorkspaceProvider workspace,
            DefaultProjectDependencyFactory projectDependencyFactory,
            FeatureFlags featureFlags,
            ExecutionEngine engine,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 26.4K bytes
    - Viewed (0)
  6. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/consumer/DistributionFactory.java

                DefaultModuleRegistry registry = new DefaultModuleRegistry(null);
                return registry.getModule("gradle-tooling-api-provider").getAllRequiredModulesClasspath();
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:58:56 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  7. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/internal/NativeComponents.java

    import org.gradle.api.file.FileCollection;
    import org.gradle.api.internal.resolve.ProjectModelResolver;
    import org.gradle.language.base.plugins.LifecycleBasePlugin;
    import org.gradle.model.ModelMap;
    import org.gradle.model.internal.registry.ModelRegistry;
    import org.gradle.model.internal.type.ModelTypes;
    import org.gradle.nativeplatform.NativeBinarySpec;
    import org.gradle.nativeplatform.NativeComponentSpec;
    import org.gradle.nativeplatform.NativeDependencySet;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 11K bytes
    - Viewed (0)
  8. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/server/Daemon.java

    import org.gradle.internal.service.scopes.ServiceScope;
    import org.gradle.launcher.daemon.context.DaemonContext;
    import org.gradle.launcher.daemon.logging.DaemonMessages;
    import org.gradle.launcher.daemon.registry.DaemonRegistry;
    import org.gradle.launcher.daemon.server.api.DaemonStateControl;
    import org.gradle.launcher.daemon.server.exec.DaemonCommandExecuter;
    import org.gradle.launcher.daemon.server.expiry.DaemonExpirationListener;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:38 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  9. maven-core/src/main/java/org/apache/maven/internal/impl/DefaultLifecycleRegistry.java

            }
    
            @Override
            public org.apache.maven.lifecycle.Lifecycle get() {
                try {
                    LifecycleRegistry registry = lookup.lookup(LifecycleRegistry.class);
                    return new WrappedLifecycle(registry.require(name));
                } catch (ComponentLookupException e) {
                    throw new LookupException(e);
                }
            }
        }
    
        @Singleton
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 13:45:13 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  10. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/msvcpp/LegacyWindowsSdkLocator.java

                        // Ignore the subkey if it doesn't have a folder and version
                    }
                }
            } catch (MissingRegistryEntryException e) {
                // No SDK information available in the registry
            }
        }
    
        private void locateKitsInRegistry() {
            for (String baseKey : REGISTRY_BASEPATHS) {
                locateKitsInRegistry(baseKey);
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 9.9K bytes
    - Viewed (0)
Back to top