Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for addTransferListener (0.06 seconds)

  1. compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/DefaultWagonManager.java

                throw new TransferFailedException("Unsupported Protocol: '" + protocol + "': " + e.getMessage(), e);
            }
    
            if (downloadMonitor != null) {
                wagon.addTransferListener(downloadMonitor);
            }
    
            File temp = new File(destination + ".tmp");
    
            temp.deleteOnExit();
    
            boolean downloaded = false;
    
            try {
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Sat Apr 05 11:52:05 GMT 2025
    - 29.9K bytes
    - Click Count (0)
Back to Top