Package htmlcompiler.compilers.scripts
Interface CodeCompiler
public interface CodeCompiler
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCodeCompiler.CompileArgumentsSupplier -
Method Summary
Modifier and Type Method Description StringcompileCode(String code, Path parent)StringcompileCode(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 CodeCompilernewNopCompiler()
-
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)
-