Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isSourceFile (0.17 sec)

  1. platforms/jvm/java-compiler-plugin/src/main/java/org/gradle/internal/compiler/java/listeners/classnames/ClassNameCollector.java

        public Map<String, Set<String>> getMapping() {
            return mapping;
        }
    
        @Override
        public void started(TaskEvent e) {
            JavaFileObject sourceFile = e.getSourceFile();
            if (isSourceFile(sourceFile)) {
                File asSourceFile = new File(sourceFile.getName());
                if (isClassGenerationPhase(e)) {
                    processSourceFile(e, asSourceFile);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:06:26 UTC 2023
    - 4.2K bytes
    - Viewed (0)
Back to top