Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for RootComponentState (0.28 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/moduleconverter/RootComponentMetadataBuilder.java

    public interface RootComponentMetadataBuilder {
        RootComponentState toRootComponent(String configurationName);
    
        RootComponentMetadataBuilder withConfigurationsProvider(ConfigurationsProvider provider);
    
        MutationValidator getValidator();
    
        interface RootComponentState {
            LocalComponentGraphResolveState getRootComponent();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ResolveContext.java

         * @implSpec Usage: This method should only be called on resolvable configurations and should throw an exception if
         * called on a configuration that does not permit this usage.
         */
        RootComponentMetadataBuilder.RootComponentState toRootComponent();
    
        AttributeContainerInternal getAttributes();
    
        /**
         * @implSpec Usage: This method should only be called on resolvable configurations and should throw an exception if
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:56:27 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/DependencyGraphResolver.java

         * coupled to a Configuration, and this resolver should be able to resolve non-Configuration types.
         */
        public void resolve(
            RootComponentMetadataBuilder.RootComponentState rootComponent,
            List<? extends DependencyMetadata> syntheticDependencies,
            Spec<? super DependencyMetadata> edgeFilter,
            AttributesSchemaInternal consumerSchema,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 23:54:35 UTC 2024
    - 8.6K bytes
    - Viewed (0)
Back to top