Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getAllServices (0.05 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultArtifactManager.java

    /**
     * This implementation of {@code ArtifactManager} is explicitly bound to
     * both {@code ArtifactManager} and {@code Service} interfaces so that it can be retrieved using
     * {@link InternalSession#getAllServices()}.
     */
    @Named
    @Typed({ArtifactManager.class, Service.class})
    @SessionScoped
    public class DefaultArtifactManager implements ArtifactManager {
    
        @Nonnull
        private final InternalMavenSession session;
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Sep 17 16:01:38 UTC 2025
    - 4.4K bytes
    - Viewed (0)
Back to top