Package gw.config
Interface IPlatformHelper
-
- All Superinterfaces:
IPluginHost,IService
- All Known Implementing Classes:
AbstractPlatformHelper,CompilerPlatformHelper
public interface IPlatformHelper extends IService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutionModegetExecutionMode()StringgetIDEACachesDir()FilegetIDEACachesDirFile()FilegetIDEACorruptionMarkerFile()FilegetIndexFile(String id)booleanisPathIgnored(String relativePath)voidrefresh(IModule module)booleanshouldCacheTypeNames()-
Methods inherited from interface gw.plugin.IPluginHost
getInterface
-
-
-
-
Method Detail
-
getExecutionMode
ExecutionMode getExecutionMode()
-
shouldCacheTypeNames
boolean shouldCacheTypeNames()
-
refresh
void refresh(IModule module)
-
isPathIgnored
boolean isPathIgnored(String relativePath)
-
getIDEACachesDirFile
File getIDEACachesDirFile()
-
getIDEACachesDir
String getIDEACachesDir()
-
getIDEACorruptionMarkerFile
File getIDEACorruptionMarkerFile()
-
-