Package gw.lang.reflect.module
Interface IJreModule
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJRE_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 java.lang.ObjectgetNativeSDK()voidsetNativeSDK(java.lang.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 java.lang.String JRE_MODULE_NAME
- See Also:
- Constant Field Values
-
-