Package org.jfxcore.gradle.compiler
Class ClassGenerator
java.lang.Object
org.jfxcore.gradle.compiler.ClassGenerator
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFileSources(Map<File, List<File>> markupFilesPerSourceDirectory) final voidclose()final ExceptionHelperprocess()
-
Constructor Details
-
ClassGenerator
public ClassGenerator(Set<File> searchPath, org.gradle.api.logging.Logger logger) throws ReflectiveOperationException - Throws:
ReflectiveOperationException
-
-
Method Details
-
addFileSources
-
process
-
close
public final void close()- Specified by:
closein interfaceAutoCloseable
-
getExceptionHelper
-