- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for CoreExtensions (0.05 seconds)
-
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--) {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Oct 27 13:24:03 GMT 2025 - 25.3K bytes - Click Count (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;Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 10 07:39:11 GMT 2025 - 25.5K bytes - Click Count (0)