| Constructor and Description |
|---|
Gosuc(ICustomParser custParser,
String projectFileContent) |
Gosuc(String projectFile,
ICustomParser custParser) |
| Modifier and Type | Method and Description |
|---|---|
List<IType> |
compile(IModule module,
List<String> types) |
List<IType> |
compile(String moduleName,
List<String> types) |
IModule |
defineModule(GosucProject project,
GosucModule gosucModule) |
List<IModule> |
findRootModules(List<IModule> modules) |
List<GosucModule> |
getAllRequiredModules(GosucModule gosucModule) |
void |
initializeGosu() |
boolean |
isExported(GosucModule gosucModule,
String childModuleName) |
static void |
main(String[] args) |
protected void |
updateJreModuleWithProjectSdk(GosucProject project,
IJreModule jreModule) |
public Gosuc(String projectFile, ICustomParser custParser) throws FileNotFoundException
FileNotFoundExceptionpublic Gosuc(ICustomParser custParser, String projectFileContent) throws FileNotFoundException
FileNotFoundExceptionpublic void initializeGosu()
initializeGosu in interface IGosucpublic IModule defineModule(GosucProject project, GosucModule gosucModule)
public boolean isExported(GosucModule gosucModule, String childModuleName)
protected void updateJreModuleWithProjectSdk(GosucProject project, IJreModule jreModule)
public List<GosucModule> getAllRequiredModules(GosucModule gosucModule)
public static void main(String[] args) throws FileNotFoundException
FileNotFoundExceptionCopyright © 2018. All rights reserved.