Package gw.config
Class AbstractPlatformHelper
- java.lang.Object
-
- gw.config.BaseService
-
- gw.config.AbstractPlatformHelper
-
- All Implemented Interfaces:
IPlatformHelper
,IService
,IPluginHost
- Direct Known Subclasses:
CompilerPlatformHelper
,DefaultPlatformHelper
,GosuEditorPlatformHelper
public abstract class AbstractPlatformHelper extends BaseService implements IPlatformHelper
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractPlatformHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIDEACachesDir()
File
getIDEACachesDirFile()
File
getIDEACorruptionMarkerFile()
File
getIndexFile(String id)
boolean
isConfigFile(IFile file)
boolean
isPathIgnored(String relativePath)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface gw.config.IPlatformHelper
getExecutionMode, refresh, shouldCacheTypeNames
-
Methods inherited from interface gw.plugin.IPluginHost
getInterface
-
-
-
-
Method Detail
-
isConfigFile
public boolean isConfigFile(IFile file)
-
isPathIgnored
public boolean isPathIgnored(String relativePath)
- Specified by:
isPathIgnored
in interfaceIPlatformHelper
-
getIndexFile
public File getIndexFile(String id)
- Specified by:
getIndexFile
in interfaceIPlatformHelper
-
getIDEACachesDir
public String getIDEACachesDir()
- Specified by:
getIDEACachesDir
in interfaceIPlatformHelper
-
getIDEACachesDirFile
public File getIDEACachesDirFile()
- Specified by:
getIDEACachesDirFile
in interfaceIPlatformHelper
-
getIDEACorruptionMarkerFile
public File getIDEACorruptionMarkerFile()
- Specified by:
getIDEACorruptionMarkerFile
in interfaceIPlatformHelper
-
-