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 ExecutionModegetExecutionMode()java.lang.StringgetIDEACachesDir()java.io.FilegetIDEACachesDirFile()java.io.FilegetIDEACorruptionMarkerFile()java.io.FilegetIndexFile(java.lang.String id)booleanisPathIgnored(java.lang.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(java.lang.String relativePath)
-
getIndexFile
java.io.File getIndexFile(java.lang.String id)
-
getIDEACachesDirFile
java.io.File getIDEACachesDirFile()
-
getIDEACachesDir
java.lang.String getIDEACachesDir()
-
getIDEACorruptionMarkerFile
java.io.File getIDEACorruptionMarkerFile()
-
-