Package gw.lang.reflect.module
Interface IJreModule
-
-
Field Summary
Fields Modifier and Type Field Description static String
JRE_MODULE_NAME
-
Fields inherited from interface gw.lang.reflect.module.IModule
CONFIG_RESOURCE_PREFIX
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getNativeSDK()
void
setNativeSDK(Object nativeSDK)
-
Methods inherited from interface gw.lang.reflect.module.IModule
addDependency, configurePaths, configurePaths, disposeLoader, getBackingSourcePath, getDependencies, getExcludedPaths, getExecutionEnvironment, getFileRepository, getJavaClassPath, getModuleClassLoader, getModuleTraversalList, getModuleTypeLoader, getName, getNativeModule, getOutputPath, getSourcePath, getTypeLoaders, removeDependency, setBackingSourcePath, setDependencies, setExcludedPaths, setJavaClassPath, setName, setNativeModule, setSourcePath
-
-
-
-
Field Detail
-
JRE_MODULE_NAME
static final String JRE_MODULE_NAME
- See Also:
- Constant Field Values
-
-