Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setMutationValidator (0.21 sec)

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

         */
        ResolutionStrategyInternal copy();
    
        /**
         * Sets the validator to invoke before mutation. Any exception thrown by the action will veto the mutation.
         */
        void setMutationValidator(MutationValidator action);
    
        /**
         * Returns the dependency locking provider linked to this resolution strategy.
         *
         * @return dependency locking provider
         */
    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