Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for formatAttributeSection (0.13 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/resolution/failure/describer/AbstractResolutionFailureDescriber.java

        protected String suggestSpecificDocumentation(String prefix, String section) {
            return prefix + getDocumentationRegistry().getDocumentationFor("variant_model", section) + ".";
        }
    
        protected void formatAttributeSection(TreeFormatter formatter, String section, List<String> values) {
            if (!values.isEmpty()) {
                if (values.size() > 1) {
                    formatter.node(section + "s");
                } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 13:08:22 UTC 2024
    - 6.9K bytes
    - Viewed (0)
Back to top