public interface IExecutionEnvironment
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_SINGLE_MODULE_NAME |
static String |
GLOBAL_MODULE_NAME |
| Modifier and Type | Method and Description |
|---|---|
void |
addModule(IModule module) |
IModule |
createJreModule() |
IModule |
getGlobalModule() |
IModule |
getJreModule() |
IModule |
getModule(IResource file) |
IModule |
getModule(String strModuleName) |
IModule |
getModule(URL baseURL) |
List<? extends IModule> |
getModules() |
IProject |
getProject() |
TypeSystemState |
getState() |
boolean |
isShadowingMode() |
String |
makeGosucProjectFile(String gosucProjectClassName) |
void |
removeModule(IModule module) |
void |
renameModule(IModule gosuModule,
String name) |
static final String GLOBAL_MODULE_NAME
static final String DEFAULT_SINGLE_MODULE_NAME
IProject getProject()
IModule createJreModule()
void addModule(IModule module)
void removeModule(IModule module)
IModule getGlobalModule()
IModule getJreModule()
TypeSystemState getState()
boolean isShadowingMode()
Copyright © 2015. All rights reserved.