Package gw.config
Class DefaultExtensionFolderLocator
- java.lang.Object
-
- gw.config.BaseService
-
- gw.config.DefaultExtensionFolderLocator
-
- All Implemented Interfaces:
IExtensionFolderLocator
,IService
,IPluginHost
public class DefaultExtensionFolderLocator extends BaseService implements IExtensionFolderLocator
-
-
Constructor Summary
Constructors Constructor Description DefaultExtensionFolderLocator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getExtensionFolderPath()
-
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
-
getExtensionFolderPath
public File getExtensionFolderPath()
- Specified by:
getExtensionFolderPath
in interfaceIExtensionFolderLocator
-
-