Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

    import org.apache.maven.api.spi.PropertyContributor;
    
    /**
     * Hack: to circumvent sisu/plexus/di stuff.
     */
    @Named
    public final class PropertyContributorsHolder {
        private final Map<String, PropertyContributor> propertyContributors;
    
        @Inject
        public PropertyContributorsHolder(Map<String, PropertyContributor> propertyContributors) {
            this.propertyContributors = propertyContributors;
        }
    
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Wed Nov 20 19:58:27 GMT 2024
    - 1.4K bytes
    - Click Count (0)
Back to Top