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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIndexFile
(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
-
Field Details
-
IGNORE_DIRECTORY_PATTERNS
-
HASH
-
EXTENSIONS
-
-
Constructor Details
-
AbstractPlatformHelper
protected AbstractPlatformHelper()
-
-
Method Details
-
isConfigFile
-
isPathIgnored
- Specified by:
isPathIgnored
in interfaceIPlatformHelper
-
getIndexFile
- Specified by:
getIndexFile
in interfaceIPlatformHelper
-
getIDEACachesDir
- Specified by:
getIDEACachesDir
in interfaceIPlatformHelper
-
getIDEACachesDirFile
- Specified by:
getIDEACachesDirFile
in interfaceIPlatformHelper
-
getIDEACorruptionMarkerFile
- Specified by:
getIDEACorruptionMarkerFile
in interfaceIPlatformHelper
-