Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getEventDispatcher (0.06 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/execution/MavenSession.java

        // this here, possibly indefinitely.
        //
        public RepositoryCache getRepositoryCache() {
            return null;
        }
    
        @Deprecated
        public EventDispatcher getEventDispatcher() {
            return null;
        }
    
        @Deprecated
        public boolean isUsingPOMsFromFilesystem() {
            return request.isProjectPresent();
        }
    
        /**
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Jan 24 17:29:44 UTC 2025
    - 16.7K bytes
    - Viewed (0)
Back to top