com.intellij.fileType
extension point instead for declarative registration@Deprecated
public abstract class FileTypeFactory
extends java.lang.Object
FileType
with specific file name extensions/patterns.Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<FileTypeFactory> |
FILE_TYPE_FACTORY_EP
Deprecated.
|
Constructor and Description |
---|
FileTypeFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
createFileTypes(FileTypeConsumer consumer)
Deprecated.
|
public static final ExtensionPointName<FileTypeFactory> FILE_TYPE_FACTORY_EP
public abstract void createFileTypes(FileTypeConsumer consumer)