|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConfigurationRegistry
A special, global CPC Core registry for configuration data.
An instance can be obtained from CPCCorePlugin.getConfigurationRegistry()
.
CPCCorePlugin
Method Summary | |
---|---|
java.util.Set<java.lang.String> |
getSupportedFileTypes()
Retrieves a list of all file types which are supported by the currently installed CPC modules. |
Method Detail |
---|
java.util.Set<java.lang.String> getSupportedFileTypes()
File types are lower case file extensions as seen on the filesystem, not including the dot. I.e.:
Set
implementation should be chosen to support efficient Set.contains(Object)
lookups.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |