Package gw.lang.gosuc.simple
Interface IGosuCompiler
- All Known Implementing Classes:
GosuCompiler
public interface IGosuCompiler
-
Method Summary
Modifier and TypeMethodDescriptionbooleancompile(CommandLineOptions options, ICompilerDriver driver) booleancompile(File sourceFile, ICompilerDriver driver) default longlonginitializeGosu(List<String> sourceFolders, List<String> classpath, List<String> backingSourcePath, String outputPath) booleanisPathIgnored(String sourceFile) voiddefault voidDeprecated.Use uninitializeGosu() instead
-
Method Details
-
initializeGosu
-
initializeGosu
-
unitializeGosu
default void unitializeGosu()Deprecated.Use uninitializeGosu() insteadKeeping method for backwards-compatibility with external tooling. -
uninitializeGosu
void uninitializeGosu() -
isPathIgnored
-
compile
- Throws:
Exception
-
compile
-