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 ExecutionMode
getExecutionMode()
File
getIndexFile(String id)
void
refresh(IModule module)
boolean
shouldCacheTypeNames()
-
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:
getIndexFile
in interfaceIPlatformHelper
- Overrides:
getIndexFile
in classAbstractPlatformHelper
-
refresh
public void refresh(IModule module)
-
-