Package org.jfxcore.gradle.compiler
Class Compiler
java.lang.Object
org.jfxcore.gradle.compiler.Compiler
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCompiler(org.gradle.api.logging.Logger logger, Set<File> classpath, ClassLoader classLoader) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidgenerateSources(File generatedSourcesDir) voidparseFiles(File sourceDir)
-
Field Details
-
COMPILER_NAME
- See Also:
-
-
Constructor Details
-
Compiler
public Compiler(org.gradle.api.logging.Logger logger, Set<File> classpath, ClassLoader classLoader) throws Exception - Throws:
Exception
-
-
Method Details