public interface IGosuCompiler
| Modifier and Type | Method and Description |
|---|---|
boolean |
compile(CommandLineOptions options,
ICompilerDriver driver) |
boolean |
compile(File sourceFile,
ICompilerDriver driver) |
long |
initializeGosu(List<String> sourceFolders,
List<String> classpath,
List<String> backingSourcePath,
String outputPath) |
default long |
initializeGosu(List<String> sourceFolders,
List<String> classpath,
String outputPath) |
boolean |
isPathIgnored(String sourceFile) |
void |
uninitializeGosu() |
default void |
unitializeGosu()
Deprecated.
Use uninitializeGosu() instead
|
default long initializeGosu(List<String> sourceFolders, List<String> classpath, String outputPath)
long initializeGosu(List<String> sourceFolders, List<String> classpath, List<String> backingSourcePath, String outputPath)
default void unitializeGosu()
void uninitializeGosu()
boolean isPathIgnored(String sourceFile)
boolean compile(File sourceFile, ICompilerDriver driver) throws Exception
Exceptionboolean compile(CommandLineOptions options, ICompilerDriver driver)
Copyright © 2020. All rights reserved.