Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for modelEncoding (0.05 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-toolchain/src/main/mdo/toolchains.mdo

          </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>
          <name>ToolchainModel</name>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sun May 18 09:15:56 UTC 2025
    - 9.5K bytes
    - Viewed (0)
  3. api/maven-api-settings/src/main/mdo/settings.mdo

                    }
                }
            }
            return profileMap;
        }
    
        public void setModelEncoding(String modelEncoding) {
            update(getDelegate().with().modelEncoding(modelEncoding).build());
        }
                ]]>
              </code>
            </codeSegment>
          </codeSegments>
        </class>
        <class>
          <name>Proxy</name>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sun May 18 09:15:56 UTC 2025
    - 33.8K bytes
    - Viewed (0)
  4. compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java

                        pluginDescriptorV4 = org.apache.maven.api.plugin.descriptor.PluginDescriptor.newBuilder()
                                .namespaceUri(null)
                                .modelEncoding(null)
                                .name(name)
                                .description(description)
                                .groupId(groupId)
                                .artifactId(artifactId)
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Jun 06 14:28:57 UTC 2025
    - 16.2K bytes
    - Viewed (0)
  5. 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