Package org.jfxcore.gradle.compiler
Class MarkupCompiler
java.lang.Object
org.jfxcore.gradle.compiler.MarkupCompiler
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidclose()voidcompile(Set<CompilationUnitDescriptor> descriptors) final ExceptionHelperbooleanisCompiledFile(File classFile) loadDescriptor(File file)
-
Constructor Details
-
MarkupCompiler
public MarkupCompiler(Set<File> searchPath, org.gradle.api.logging.Logger logger) throws ReflectiveOperationException - Throws:
ReflectiveOperationException
-
-
Method Details
-
loadDescriptor
-
isCompiledFile
-
compile
-
close
public final void close()- Specified by:
closein interfaceAutoCloseable
-
getExceptionHelper
-