Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setModelId (0.08 sec)

  1. compat/maven-model/src/main/java/org/apache/maven/model/InputSource.java

        /**
         * Set the identifier of the POM in the format {@code
         * <groupId>:<artifactId>:<version>}.
         *
         * @param modelId
         */
        public void setModelId(String modelId) {
            this.modelId = modelId;
        } // -- void setModelId( String )
    
        /**
         * Get the location of the POM from which this POM was
         *
         * @return
         */
        public InputLocation getImportedFrom() {
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 4K bytes
    - Viewed (0)
Back to top