Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setUri (0.04 sec)

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

            String src = source.getUrl();
            if (src != null) {
                if (sourceDominant || target.getUrl() == null) {
                    target.setUrl(src);
                    target.setLocation("url", source.getLocation("url"));
                }
            }
        }
    
        protected void mergeModel_InceptionYear(
    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. impl/maven-core/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    Exception; protected void expandFile(java.io.File, java.io.File) throws Exception; protected void extractFile(java.io.File, java.io.File, java.io.InputStream, String, java.util.Date, boolean) throws Exception; public void setDest(java.io.File); public void setSrc(java.io.File); public void setOverwrite(boolean); public java.io.File resolveFile(java.io.File, String); public java.io.File normalize(String); } org/codehaus/plexus/util/FastMap$1.class package org.codehaus.plexus.util; synchronized class FastMap$1...
    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