Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/jvm/language-jvm/src/testFixtures/groovy/org/gradle/integtests/fixtures/jvm/JvmSourceFile.java

        }
    
        public String getContent() {
            return content;
        }
    
        public String getFullPath() {
            return path.isEmpty() ? name : path + "/" + name;
        }
    
        public JvmSourceFile getClassFile() {
            return new JvmSourceFile(path, name.replaceAll("(\\.java|\\.scala)", ".class"), null);
        }
    
        public TestFile writeToDir(TestFile base) {
            TestFile file = base.file(path, name);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 1.8K bytes
    - Viewed (0)
Back to top