Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DownloadAction (0.13 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/internal/resource/transfer/DefaultCacheAwareExternalResourceAccessor.java

            // Download to temporary location
            DownloadAction downloadAction = new DownloadAction(source, temporaryFileProvider, LOGGER);
            resource.withContentIfPresent(downloadAction);
            if (downloadAction.getMetaData() == null) {
                return null;
            }
    
            // Move into cache
            try {
                return moveIntoCache(source, downloadAction.getDestination(), fileStore, downloadAction.getMetaData());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 11.2K bytes
    - Viewed (0)
Back to top