Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for createExtensionRealm (0.1 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. impl/maven-core/src/main/java/org/apache/maven/classrealm/DefaultClassRealmManager.java

        }
    
        private static String getKey(Model model) {
            return "project>" + model.getGroupId() + ":" + model.getArtifactId() + ":" + model.getVersion();
        }
    
        @Override
        public ClassRealm createExtensionRealm(Plugin plugin, List<Artifact> artifacts) {
            Objects.requireNonNull(plugin, "plugin cannot be null");
    
            Map<String, ClassLoader> foreignImports = Collections.singletonMap("", getMavenApiRealm());
    
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Jun 06 14:28:57 GMT 2025
    - 13.5K bytes
    - Click Count (0)
Back to Top