Package gw.lang.gosuc.simple
Interface IGosuCompiler
- All Known Implementing Classes:
GosuCompiler
public interface IGosuCompiler
-
Method Summary
Modifier and TypeMethodDescriptionboolean
compile
(CommandLineOptions options, ICompilerDriver driver) boolean
compile
(File sourceFile, ICompilerDriver driver) default long
long
initializeGosu
(List<String> sourceFolders, List<String> classpath, List<String> backingSourcePath, String outputPath) boolean
isPathIgnored
(String sourceFile) void
default void
Deprecated.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
-