Package org.jfxcore.gradle.compiler
Class Compiler
java.lang.Object
org.jfxcore.gradle.compiler.Compiler
- All Implemented Interfaces:
AutoCloseable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclose()voidbooleanisCompiledFile(File classFile) void
-
Field Details
-
COMPILER_NAME
- See Also:
-
-
Constructor Details
-
Compiler
public Compiler(org.gradle.api.Project project, org.gradle.api.tasks.SourceSet sourceSet, File generatedSourcesDir, Set<File> searchPath) throws ReflectiveOperationException - Throws:
ReflectiveOperationException
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
getExceptionHelper
-
getCompilationUnits
-
isCompiledFile
-
addFiles
-
processFiles
public void processFiles() -
compileFiles
public void compileFiles()
-