Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setAttemptedSelector (0.15 sec)

  1. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/UnresolvedLibrary.java

        /**
         * The attempted selector reported by the related UnresolvedDependencyResult
         */
        public ComponentSelector getAttemptedSelector() {
            return attemptedSelector;
        }
    
        public void setAttemptedSelector(ComponentSelector attemptedSelector) {
            this.attemptedSelector = attemptedSelector;
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 1.3K bytes
    - Viewed (0)
Back to top