T
- @Deprecated
public interface CodeStyleConfigurationImporter<T extends CustomCodeStyleSettings>
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<CodeStyleConfigurationImporter> |
EP_NAME
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canImport(java.lang.String langName)
Deprecated.
|
java.lang.Class<T> |
getCustomClass()
Deprecated.
|
Language |
getLanguage()
Deprecated.
|
void |
processSettings(T settings,
java.util.Map config)
Deprecated.
|
static final ExtensionPointName<CodeStyleConfigurationImporter> EP_NAME