Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for setModelEncoding (0.05 sec)

  1. compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/lifecycle/LifecycleConfiguration.java

        /**
         * 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: Fri Oct 25 12:31:46 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  2. compat/maven-embedder/src/main/java/org/apache/maven/cli/internal/extension/model/CoreExtensions.java

        /**
         * 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)
  3. compat/maven-toolchain-model/pom.xml

                  <include>org.apache.maven.toolchain.model</include>
                </includes>
                <excludes>
                  <!--              <exclude>org.apache.maven.toolchain.model.PersistedToolchains#setModelEncoding(java.lang.String):METHOD_REMOVED</exclude>-->
                </excludes>
                <includeExclusively>true</includeExclusively>
              </parameter>
              <oldVersion>
                <dependency>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sun Jun 29 22:37:39 UTC 2025
    - 4K bytes
    - Viewed (0)
  4. api/maven-api-toolchain/src/main/mdo/toolchains.mdo

              </association>
            </field>
          </fields>
          <codeSegments>
            <codeSegment>
              <version>1.0.0/1.1.0</version>
              <code>
              public void setModelEncoding(String modelEncoding) {
                  update(getDelegate().with().modelEncoding(modelEncoding).build());
              }
              </code>
            </codeSegment>
          </codeSegments>
        </class>
        <class>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sun May 18 09:15:56 UTC 2025
    - 9.5K bytes
    - Viewed (0)
Back to top