| Package | Description |
|---|---|
| gw.config | |
| gw.lang | |
| gw.lang.gosuc | |
| gw.lang.gosuc.simple | |
| gw.lang.parser | |
| gw.lang.reflect | |
| gw.lang.reflect.gs | |
| gw.lang.reflect.module |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IExtensionFolderLocator |
interface |
IGlobalLoaderProvider |
interface |
IGosuInitializationHooks |
interface |
IGosuLocalizationService |
interface |
IGosuProfilingService
This is a interface for profiling in modules before pl.
|
interface |
IMemoryMonitor |
interface |
IPlatformHelper |
interface |
IXmlSchemaCompatibilityConfig |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPlatformHelper |
class |
BaseService |
class |
DefaultExtensionFolderLocator |
class |
DefaultGlobalLoaderProvider |
class |
DefaultGosuInitializationHooks |
class |
DefaultGosuProfilingService |
class |
DefaultXmlSchemaCompatibilityConfig |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends IService> |
ServiceKernel.defineService(Class<? extends T> serviceClass,
Class<? extends T> implClass) |
protected <T extends IService,Q extends T> |
ServiceKernel.defineService(Class<? extends T> service,
Q defaultImplementation)
Defines a service provided by this ServiceKernel
|
<T extends IService> |
ServiceKernel.getService(Class<? extends T> service) |
<T extends IService,Q extends T> |
ServiceKernel.redefineService_Privileged(Class<? extends T> service,
Q newProvider) |
<T extends IService,Q extends T> |
ServiceKernel.redefineService(Class<? extends T> service,
Q newProvider)
Overrides the default implemenation of the service with a different provider.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IGosuShop |
| Modifier and Type | Class and Description |
|---|---|
class |
GosucGlobalLoaderProvider |
| Modifier and Type | Class and Description |
|---|---|
class |
CompilerMemoryMonitor |
class |
CompilerPlatformHelper |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICoercionManager |
interface |
IGosuParserFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardCoercionManager |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDefaultTypeLoader |
interface |
IEntityAccess |
interface |
IExtendedTypeLoader |
interface |
ITypeLoader |
interface |
ITypeSystem |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleTypeLoader |
class |
TypeLoaderBase |
| Modifier and Type | Class and Description |
|---|---|
class |
GosuClassTypeLoader |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IFileSystem |
Copyright © 2015. All rights reserved.