Package gw.config
Interface IPlatformHelper
- All Superinterfaces:
IPluginHost
,IService
- All Known Implementing Classes:
AbstractPlatformHelper
,CompilerPlatformHelper
,DefaultPlatformHelper
,GosuEditorPlatformHelper
-
Method Summary
Modifier and TypeMethodDescriptiongetIndexFile
(String id) boolean
isPathIgnored
(String relativePath) void
boolean
Methods inherited from interface gw.plugin.IPluginHost
getInterface
-
Method Details
-
getExecutionMode
ExecutionMode getExecutionMode() -
shouldCacheTypeNames
boolean shouldCacheTypeNames() -
refresh
-
isPathIgnored
-
getIndexFile
-
getIDEACachesDirFile
File getIDEACachesDirFile() -
getIDEACachesDir
String getIDEACachesDir() -
getIDEACorruptionMarkerFile
File getIDEACorruptionMarkerFile()
-