Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for modelEncoding (0.04 sec)

  1. compat/maven-embedder/src/main/java/org/apache/maven/cli/internal/extension/model/CoreExtensions.java

            this.extensions = extensions;
        } // -- void setExtensions( List )
    
        /**
         * Set the modelEncoding field.
         *
         * @param modelEncoding a modelEncoding object.
         */
        public void setModelEncoding(String modelEncoding) {
            this.modelEncoding = modelEncoding;
        } // -- void setModelEncoding( String )
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Mon Oct 27 13:24:03 UTC 2025
    - 3K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

        }
    
        public void setPomPath(java.nio.file.Path pomPath) {
            update( getDelegate().withPomFile(pomPath));
        }
    
        public void setModelEncoding(String modelEncoding) {
            update(getDelegate().with().modelEncoding(modelEncoding).build());
        }
    
        /**
         * Gets the base directory for the corresponding project (if any).
         *
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Nov 26 03:07:35 UTC 2025
    - 133.3K bytes
    - Viewed (0)
Back to top