Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. api/maven-api-model/src/main/mdo/maven.mdo

        /**
         * @return a Map of plugins field with <code>ReportPlugin#getKey()</code> as key
         * @see org.apache.maven.model.ReportPlugin#getKey()
         */
        public java.util.Map<String, ReportPlugin> getReportPluginsAsMap() {
            return getPlugins().stream().collect(Collectors.toMap(report -> report.getKey(), report -> report));
        }
                ]]>
              </code>
            </codeSegment>
          </codeSegments>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
Back to top