Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setRawModel (0.88 sec)

  1. compat/maven-model-builder/src/main/java/org/apache/maven/model/building/ModelBuildingRequest.java

         *
         * @return The raw model to build or {@code null} if not set.
         */
        Model getRawModel();
    
        /**
         * Set raw model.
         *
         * @param rawModel
         */
        ModelBuildingRequest setRawModel(Model rawModel);
    
        /**
         * Gets the source of the POM to process.
         *
         * @return The source of the POM or {@code null} if not set.
         */
        ModelSource getModelSource();
    
        /**
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sat Apr 05 11:52:05 UTC 2025
    - 12.8K bytes
    - Viewed (0)
Back to top