Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ClassWorld (0.18 sec)

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

            }
        }
    
        protected PlexusContainer container(C context) throws Exception {
            ClassWorld classWorld = context.protoLookup.lookup(ClassWorld.class);
            ClassRealm coreRealm = classWorld.getClassRealm("plexus.core");
            List<Path> extClassPath = parseExtClasspath(context);
            CoreExtensionEntry coreEntry = CoreExtensionEntry.discoverFrom(coreRealm);
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  2. compat/maven-embedder/src/main/java/org/apache/maven/cli/internal/BootstrapCoreExtensionManager.java

        private final RepositorySystemSessionFactory repositorySystemSessionFactory;
    
        private final CoreExports coreExports;
    
        private final ClassWorld classWorld;
    
        private final ClassRealm parentRealm;
    
        private final WorkspaceReader ideWorkspaceReader;
    
        private final RepositorySystem repoSystem;
    
        @Inject
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  3. impl/maven-core/src/main/java/org/apache/maven/classrealm/DefaultClassRealmManager.java

        public static final String API_V4_REALMID = "maven.api.v4";
    
        /**
         * During normal command line build, ClassWorld is loaded by jvm system classloader, which only includes
         * plexus-classworlds jar and possibly javaagent classes, see https://issues.apache.org/jira/browse/MNG-4747.
         * <p>
         * Using ClassWorld to determine plugin/extensions realm parent classloaders gives m2e and integration test harness
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  4. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java

    import static org.apache.maven.cling.invoker.Utils.toProperties;
    
    /**
     * Plexus invoker implementation, that boots up Plexus DI container. This class expects fully setup ClassWorld via constructor.
     *
     * @param <O> the options type
     * @param <R> the request type
     * @param <C> the context type
     */
    public abstract class LookupInvoker<
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 38K bytes
    - Viewed (0)
Back to top