Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Kissling (0.15 sec)

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

         * @param model The model of the project for which to create a realm, must not be {@code null}.
         * @param artifacts The artifacts to add to the class realm, may be {@code null}. Unresolved artifacts (i.e. with a
         *            missing file) will automatically be excluded from the realm.
         * @return The new project realm, never {@code null}.
         */
        ClassRealm createProjectRealm(Model model, List<Artifact> artifacts);
    
        /**
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Sep 06 08:39:32 GMT 2023
    - 3.7K bytes
    - Viewed (0)
Back to top