Package gw.config
Interface IGlobalLoaderProvider
-
- All Superinterfaces:
IPluginHost
,IService
- All Known Implementing Classes:
DefaultGlobalLoaderProvider
,GosucGlobalLoaderProvider
public interface IGlobalLoaderProvider extends IService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Class<? extends ITypeLoader>>
getGlobalLoaderTypes()
-
Methods inherited from interface gw.plugin.IPluginHost
getInterface
-
-
-
-
Method Detail
-
getGlobalLoaderTypes
List<Class<? extends ITypeLoader>> getGlobalLoaderTypes()
-
-