Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getComponentSelection (0.22 sec)

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

        @Override
        DependencySubstitutionsInternal getDependencySubstitution();
    
        /**
         * @return the version selection rules object
         */
        @Override
        ComponentSelectionRulesInternal getComponentSelection();
    
        /**
         * @return copy of this resolution strategy. See the contract of {@link org.gradle.api.artifacts.Configuration#copy()}.
         */
        ResolutionStrategyInternal copy();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 19:04:04 UTC 2024
    - 4.1K bytes
    - Viewed (0)
Back to top