- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for setLayout (0.12 seconds)
-
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
RepositoryBase target, RepositoryBase source, boolean sourceDominant, Map<Object, Object> context) { String src = source.getLayout(); if (src != null) { if (sourceDominant || target.getLayout() == null) { target.setLayout(src); target.setLocation("layout", source.getLocation("layout")); } } }
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Apr 03 11:21:39 GMT 2025 - 99.2K bytes - Click Count (0)