Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for newComponentId (0.38 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/local/model/LocalComponentGraphResolveState.java

        /**
         * Copies this state, but with the new component ID and the artifacts transformed by the given transformer.
         */
        LocalComponentGraphResolveState copy(ComponentIdentifier newComponentId, Transformer<LocalComponentArtifactMetadata, LocalComponentArtifactMetadata> transformer);
    
        /**
         * We currently allow a configuration that has been partially observed for resolution to be modified
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 16:00:57 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/local/model/DefaultLocalComponentGraphResolveState.java

        }
    
        @Override
        public boolean isAdHoc() {
            return adHoc;
        }
    
        @Override
        public LocalComponentGraphResolveState copy(ComponentIdentifier newComponentId, Transformer<LocalComponentArtifactMetadata, LocalComponentArtifactMetadata> transformer) {
            // Keep track of transformed artifacts as a given artifact may appear in multiple variants and configurations
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 20:25:36 UTC 2024
    - 20.3K bytes
    - Viewed (0)
Back to top