Package gw.config
Class AbstractPlatformHelper
- java.lang.Object
-
- gw.config.BaseService
-
- gw.config.AbstractPlatformHelper
-
- All Implemented Interfaces:
IPlatformHelper,IService,IPluginHost
- Direct Known Subclasses:
CompilerPlatformHelper
public abstract class AbstractPlatformHelper extends BaseService implements IPlatformHelper
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractPlatformHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIDEACachesDir()FilegetIDEACachesDirFile()FilegetIDEACorruptionMarkerFile()FilegetIndexFile(String id)booleanisConfigFile(IFile file)booleanisPathIgnored(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:
isPathIgnoredin interfaceIPlatformHelper
-
getIndexFile
public File getIndexFile(String id)
- Specified by:
getIndexFilein interfaceIPlatformHelper
-
getIDEACachesDir
public String getIDEACachesDir()
- Specified by:
getIDEACachesDirin interfaceIPlatformHelper
-
getIDEACachesDirFile
public File getIDEACachesDirFile()
- Specified by:
getIDEACachesDirFilein interfaceIPlatformHelper
-
getIDEACorruptionMarkerFile
public File getIDEACorruptionMarkerFile()
- Specified by:
getIDEACorruptionMarkerFilein interfaceIPlatformHelper
-
-