- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for removeExtension (2.11 sec)
-
compat/maven-embedder/src/main/java/org/apache/maven/cli/internal/extension/model/CoreExtensions.java
return this.modelEncoding; } // -- String getModelEncoding() /** * Method removeExtension. * * @param coreExtension a coreExtension object. */ public void removeExtension(CoreExtension coreExtension) { getExtensions().remove(coreExtension); } // -- void removeExtension( CoreExtension ) /** * Set a set of build extensions to use from this project. *Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Oct 27 13:24:03 UTC 2025 - 3K bytes - Viewed (0) -
src/test/java/org/codelibs/core/io/ResourceUtilTest.java
} /** * @throws Exception */ public void testRemoteExtension() throws Exception { assertEquals("1", "aaa/bbb", ResourceUtil.removeExtension("aaa/bbb.xml")); assertEquals("2", "aaa/bbb", ResourceUtil.removeExtension("aaa/bbb")); } /** * @throws Exception */ public void testToExternalForm() throws Exception {Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 4.3K bytes - Viewed (0)