Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/core-runtime/cli/src/main/java/org/gradle/cli/CommandLineOption.java

        }
    
        public boolean isDeprecated() {
            return deprecated;
        }
    
        public boolean isIncubating() {
            return incubating;
        }
    
        Set<CommandLineOption> getGroupWith() {
            return groupWith;
        }
    
        void groupWith(Set<CommandLineOption> options) {
            this.groupWith.addAll(options);
            this.groupWith.remove(this);
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:00:57 UTC 2023
    - 3K bytes
    - Viewed (0)
Back to top