Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getSourceAttributes (0.15 sec)

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

            return consumerProjectPath;
        }
    
        @Override
        public ComponentIdentifier getComponentId() {
            return componentId;
        }
    
        @Override
        public Map<String, String> getSourceAttributes() {
            return sourceAttributes;
        }
    
        @Override
        public Map<String, String> getTargetAttributes() {
            return targetAttributes;
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  2. platforms/enterprise/enterprise-operations/src/main/java/org/gradle/operations/dependencies/transforms/PlannedTransformStepIdentity.java

         */
        ComponentIdentifier getComponentId();
    
        /**
         * Full set of attributes of the artifact before the transform.
         */
        Map<String, String> getSourceAttributes();
    
        /**
         * Target attributes of the transformed artifact.
         * <p>
         * The attributes include all source attributes of the artifact before the transform,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jul 10 08:07:59 UTC 2023
    - 2.8K bytes
    - Viewed (0)
Back to top