- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for CoreExtensions (0.79 sec)
-
compat/maven-embedder/src/main/java/org/apache/maven/cli/internal/extension/model/io/xpp3/CoreExtensionsXpp3Reader.java
* @throws XmlPullParserException XmlPullParserException if * any. * @return CoreExtensions */ private CoreExtensions parseCoreExtensions(XmlPullParser parser, boolean strict) throws IOException, XmlPullParserException { String tagName = parser.getName(); CoreExtensions coreExtensions = new CoreExtensions(); for (int i = parser.getAttributeCount() - 1; i >= 0; i--) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Oct 27 13:24:03 UTC 2025 - 25.3K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/BaseParser.java
protected abstract Options parseCliOptions(LocalContext context); /** * Important: This method must return list of {@link CoreExtensions} in precedence order. */ protected List<CoreExtensions> readCoreExtensionsDescriptor(LocalContext context) { ArrayList<CoreExtensions> result = new ArrayList<>(); Path file; List<CoreExtension> loaded;Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 10 07:39:11 UTC 2025 - 25.5K bytes - Viewed (0)