Package editor
Class GosuEditorPlatformHelper
- java.lang.Object
-
- gw.config.BaseService
-
- gw.config.AbstractPlatformHelper
-
- editor.GosuEditorPlatformHelper
-
- All Implemented Interfaces:
IPlatformHelper,IService,IPluginHost
public class GosuEditorPlatformHelper extends AbstractPlatformHelper
-
-
Constructor Summary
Constructors Constructor Description GosuEditorPlatformHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionModegetExecutionMode()FilegetIndexFile(String id)voidrefresh(IModule module)booleanshouldCacheTypeNames()-
Methods inherited from class gw.config.AbstractPlatformHelper
getIDEACachesDir, getIDEACachesDirFile, getIDEACorruptionMarkerFile, isConfigFile, isPathIgnored
-
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
-
getExecutionMode
public ExecutionMode getExecutionMode()
-
shouldCacheTypeNames
public boolean shouldCacheTypeNames()
-
getIndexFile
public File getIndexFile(String id)
- Specified by:
getIndexFilein interfaceIPlatformHelper- Overrides:
getIndexFilein classAbstractPlatformHelper
-
refresh
public void refresh(IModule module)
-
-