- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for setModelEncoding (0.05 sec)
-
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) -
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) -
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) -
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) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/internal/extension/model/io/xpp3/CoreExtensionsXpp3Reader.java
throw new XmlPullParserException("Duplicated tag: 'extensions'", parser, null); } coreExtensions = parseCoreExtensions(parser, strict); coreExtensions.setModelEncoding(parser.getInputEncoding()); parsed = true; } eventType = parser.next(); } if (parsed) { return coreExtensions; }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Oct 27 13:24:03 UTC 2025 - 25.3K bytes - Viewed (0) -
api/maven-api-settings/src/main/mdo/settings.mdo
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun May 18 09:15:56 UTC 2025 - 33.8K bytes - Viewed (0) -
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)