Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for intercept_probeContentType (0.24 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/classpath/declarations/NioFileInterceptors.java

        @StaticMethod(ofClass = Files.class)
        public static String intercept_probeContentType(
            Path path,
            @CallerClassName String consumer
        ) throws IOException {
            tryReportFileOpened(path, consumer);
            return Files.probeContentType(path);
        }
    
        @InterceptCalls
        @InstanceMethod
        public static String intercept_probeContentType(
            @Receiver FileTypeDetector self,
            Path path,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 20 12:34:20 UTC 2023
    - 12.2K bytes
    - Viewed (0)
Back to top