Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPropertyContributors (0.07 sec)

  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;
        }
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Nov 20 19:58:27 UTC 2024
    - 1.4K bytes
    - Viewed (0)
Back to top