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, traverseMethods 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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
getAdditionalSourceRootsin classModule
-
createStandardTypeLoaders
protected void createStandardTypeLoaders()- Overrides:
createStandardTypeLoadersin classGlobalModule
-
createExtensionTypeLoaders
protected void createExtensionTypeLoaders()- Overrides:
createExtensionTypeLoadersin classGlobalModule
-