- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getForeignImports (0.08 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/classrealm/DefaultClassRealmRequest.java
return getParentImports(); } @Override public List<String> getParentImports() { return parentImports; } @Override public Map<String, ClassLoader> getForeignImports() { return foreignImports; } @Override public List<ClassRealmConstituent> getConstituents() { return constituents; }
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 2.2K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/classrealm/ClassRealmRequest.java
/** * Gets the packages/types to import from foreign realms. * * @return The modifiable map of packages/types to import from foreign realms, never {@code null}. */ Map<String, ClassLoader> getForeignImports(); /** * Gets the constituents for the class realm. * * @return The modifiable list of constituents for the class realm, never {@code null}. */Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.6K bytes - Click Count (0)