Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getOptionNames (0.1 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/tasks/options/OptionReader.java

            JavaMethod<Object, Collection> valueMethod = null;
            for (JavaMethod<Object, Collection> optionValueMethod : optionValueMethods) {
                String[] optionNames = getOptionNames(optionValueMethod);
                if (CollectionUtils.toList(optionNames).contains(optionElement.getOptionName())) {
                    if (valueMethod == null) {
                        valueMethod = optionValueMethod;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 06 09:51:34 UTC 2023
    - 10K bytes
    - Viewed (0)
Back to top