Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NonNormalizedIdentityImmutableTransformExecution (0.51 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/transform/NonNormalizedIdentityImmutableTransformExecution.java

    import java.io.File;
    import java.util.Map;
    
    class NonNormalizedIdentityImmutableTransformExecution extends AbstractTransformExecution implements ImmutableUnitOfWork  {
        private final FileSystemAccess fileSystemAccess;
        private final ImmutableWorkspaceProvider workspaceProvider;
    
        public NonNormalizedIdentityImmutableTransformExecution(
            Transform transform,
            File inputArtifact,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 16:14:33 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/transform/DefaultTransformInvocationFactory.java

                // and are identified by a non-normalized identity
                // See comments on NonNormalizedIdentityImmutableTransformExecution
                identityCache = immutableWorkspaceServices.getIdentityCache();
                execution = new NonNormalizedIdentityImmutableTransformExecution(
                    transform,
                    inputArtifact,
                    dependencies,
                    subject,
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 16:14:33 UTC 2024
    - 8.6K bytes
    - Viewed (0)
Back to top