- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ModelParser (0.04 seconds)
-
api/maven-api-spi/src/main/java/org/apache/maven/api/spi/ModelParser.java
import org.apache.maven.api.services.Source; /** * The {@code ModelParser} interface is used to locate and read {@link Model}s from the file system. * This allows plugging in additional syntaxes for the main model read by Maven when building a project. * * @since 4.0.0 */ @Experimental @Consumer @Named public interface ModelParser extends SpiService { /**Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Sep 10 17:18:47 GMT 2024 - 3.1K bytes - Click Count (0)