public interface IGosuCompiler
| Modifier and Type | Method and Description |
|---|---|
boolean |
compile(File sourceFile,
ICompilerDriver driver) |
long |
initializeGosu(List<String> sourceFolders,
List<String> classpath,
String outputPath) |
boolean |
isPathIgnored(String sourceFile) |
void |
unitializeGosu() |
long initializeGosu(List<String> sourceFolders, List<String> classpath, String outputPath)
void unitializeGosu()
boolean isPathIgnored(String sourceFile)
boolean compile(File sourceFile, ICompilerDriver driver) throws Exception
ExceptionCopyright © 2019. All rights reserved.