Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getGradleCoreApiClassLoader (0.25 sec)

  1. subprojects/core/src/main/java/org/gradle/initialization/ClassLoaderRegistry.java

         * Returns the implementation class loader for the built-in plugins.
         */
        ClassLoader getPluginsClassLoader();
    
        /**
         * Just the Gradle core API, no core plugins.
         */
        ClassLoader getGradleCoreApiClassLoader();
    
        /**
         * Returns a copy of the filter spec for the Gradle API Classloader.  This is expensive to calculate, so we create it once in
         * the build process and provide it to the worker.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 00:47:05 UTC 2024
    - 1.9K bytes
    - Viewed (0)
Back to top