Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

  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();
        }
    
        /**
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Jan 24 17:29:44 GMT 2025
    - 16.7K bytes
    - Click Count (0)
Back to Top