Package gw.lang.gosuc.simple
Class CompilerPlatformHelper
- java.lang.Object
-
- gw.config.BaseService
-
- gw.config.AbstractPlatformHelper
-
- gw.lang.gosuc.simple.CompilerPlatformHelper
-
- All Implemented Interfaces:
IPlatformHelper
,IService
,IPluginHost
public class CompilerPlatformHelper extends AbstractPlatformHelper
-
-
Constructor Summary
Constructors Constructor Description CompilerPlatformHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionMode
getExecutionMode()
void
refresh(IModule module)
boolean
shouldCacheTypeNames()
-
Methods inherited from class gw.config.AbstractPlatformHelper
getIDEACachesDir, getIDEACachesDirFile, getIDEACorruptionMarkerFile, getIndexFile, 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()
-
refresh
public void refresh(IModule module)
-
-