Package gw.internal.gosu.module
Class DefaultSingleModule
java.lang.Object
gw.internal.gosu.module.Module
gw.internal.gosu.module.GlobalModule
gw.internal.gosu.module.DefaultSingleModule
- All Implemented Interfaces:
IGlobalModule
,IModule
-
Field Summary
Fields inherited from interface gw.lang.reflect.module.IModule
CONFIG_RESOURCE_PREFIX
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultSingleModule
(ExecutionEnvironment execEnv) DefaultSingleModule
(ExecutionEnvironment execEnv, String name) -
Method Summary
Methods inherited from class gw.internal.gosu.module.GlobalModule
createGlobalTypeloaders, createTypeLoader, traverse
Methods inherited from class gw.internal.gosu.module.Module
addDependency, configurePaths, createExtensionTypeloadersImpl, disposeLoader, equals, getBackingSourcePath, getDependencies, getExcludedPaths, getExecutionEnvironment, getFileRepository, getJavaClassPath, getModuleClassLoader, getModuleTraversalList, getModuleTypeLoader, getName, getNativeModule, getOutputPath, getSourcePath, getTypeLoaders, hashCode, initializeTypeLoaders, maybeCreateModuleTypeLoader, removeDependency, setBackingSourcePath, setDependencies, setExcludedPaths, setJavaClassPath, setModuleTypeLoader, setName, setNativeModule, setSourcePath, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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
-
Constructor Details
-
DefaultSingleModule
-
DefaultSingleModule
-
-
Method Details
-
getAdditionalSourceRoots
- Overrides:
getAdditionalSourceRoots
in classModule
-
createStandardTypeLoaders
protected void createStandardTypeLoaders()- Overrides:
createStandardTypeLoaders
in classGlobalModule
-
createExtensionTypeLoaders
protected void createExtensionTypeLoaders()- Overrides:
createExtensionTypeLoaders
in classGlobalModule
-