Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for setExtension (0.04 sec)

  1. compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java

                }
            }
        }
    
        protected void mergeBuild_Extensions(
                Build target, Build source, boolean sourceDominant, Map<Object, Object> context) {
            target.setExtensions(
                    merge(target.getExtensions(), source.getExtensions(), sourceDominant, new ExtensionKeyComputer()));
        }
    
        protected void mergeExtension(
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Apr 03 11:21:39 UTC 2025
    - 99.2K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

                ]]>
              </code>
            </codeSegment>
            <codeSegment>
              <version>4.0.0/4.0.99</version>
              <code>
                <![CDATA[
        public void setExtensions(boolean extensions) {
            setExtensions(String.valueOf(extensions));
        }
    
        /**
         * Reset the {@code executionMap} field to {@code null}
         */
         @Deprecated
        public void flushExecutionMap() {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Nov 26 03:07:35 UTC 2025
    - 133.3K bytes
    - Viewed (0)
  3. impl/maven-core/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    File, java.io.File) throws java.io.IOException; public static java.io.File toFile(java.net.URL); public static java.net.URL[] toURLs(java.io.File[]) throws java.io.IOException; public static String removeExtension(String); public static String getExtension(String); public static String removePath(String); public static String removePath(String, char); public static String getPath(String); public static String getPath(String, char); public static void copyFileToDirectory(String, String) throws java.io.IOException;...
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 164.6K bytes
    - Viewed (0)
Back to top