Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getPropertyContributors (0.08 seconds)

  1. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/spi/PropertyContributorsHolder.java

        @Inject
        public PropertyContributorsHolder(Map<String, PropertyContributor> propertyContributors) {
            this.propertyContributors = propertyContributors;
        }
    
        public Map<String, PropertyContributor> getPropertyContributors() {
            return propertyContributors;
        }
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Wed Nov 20 19:58:27 GMT 2024
    - 1.4K bytes
    - Click Count (0)
Back to Top