Package htmlcompiler.compilers
Interface CodeCompiler
public interface CodeCompiler
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptioncompileCode(String code, Path parent) compileCode(Path style) static CodeCompilernewExternalToolCompiler(String toolName, String scriptExtension, boolean deleteFirst, String tempFileExtension, CodeCompiler.CompileArgumentsSupplier supplier) static CodeCompilernewExternalToolCompiler(String toolName, String scriptExtension, CodeCompiler.CompileArgumentsSupplier supplier) static CodeCompiler
-
Method Details
-
compileCode
- Throws:
Exception
-
compileCode
- Throws:
Exception
-
newNopCompiler
-
newExternalToolCompiler
static CodeCompiler newExternalToolCompiler(String toolName, String scriptExtension, CodeCompiler.CompileArgumentsSupplier supplier) -
newExternalToolCompiler
static CodeCompiler newExternalToolCompiler(String toolName, String scriptExtension, boolean deleteFirst, String tempFileExtension, CodeCompiler.CompileArgumentsSupplier supplier)
-