Package gw.lang.gosuc
Class GosucGlobalLoaderProvider
- java.lang.Object
-
- gw.config.BaseService
-
- gw.lang.gosuc.GosucGlobalLoaderProvider
-
- All Implemented Interfaces:
IGlobalLoaderProvider
,IService
,IPluginHost
public class GosucGlobalLoaderProvider extends BaseService implements IGlobalLoaderProvider
-
-
Constructor Summary
Constructors Constructor Description GosucGlobalLoaderProvider(List<String> classNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Class<? extends ITypeLoader>>
getGlobalLoaderTypes()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface gw.plugin.IPluginHost
getInterface
-
-
-
-
Method Detail
-
getGlobalLoaderTypes
public List<Class<? extends ITypeLoader>> getGlobalLoaderTypes()
- Specified by:
getGlobalLoaderTypes
in interfaceIGlobalLoaderProvider
-
-