Package gw.config
Interface IPlatformHelper
-
- All Superinterfaces:
IPluginHost
,IService
- All Known Implementing Classes:
AbstractPlatformHelper
,CompilerPlatformHelper
,DefaultPlatformHelper
,GosuEditorPlatformHelper
public interface IPlatformHelper extends IService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutionMode
getExecutionMode()
String
getIDEACachesDir()
File
getIDEACachesDirFile()
File
getIDEACorruptionMarkerFile()
File
getIndexFile(String id)
boolean
isPathIgnored(String relativePath)
void
refresh(IModule module)
boolean
shouldCacheTypeNames()
-
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()
-
-