Java com.intellij.openapi.fileTypes FileTypeManager fields, constructors, methods, implement or subclass

Example usage for Java com.intellij.openapi.fileTypes FileTypeManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.intellij.openapi.fileTypes FileTypeManager.

The text is from its open source code.

Subclass

com.intellij.openapi.fileTypes.FileTypeManager has subclasses.
Click this link to see all its subclasses.

Field

TopicTOPIC

Method

voidassociate(@NotNull FileType type, @NotNull FileNameMatcher matcher)
voidassociateExtension(@NotNull FileType type, @NotNull @NonNls String extension)
Adds an extension to the list of extensions associated with a file type.
ListgetAssociations(@NotNull FileType type)
StringgetIgnoredFilesList()
Returns the semicolon-delimited list of patterns for files and folders which are excluded from the project structure though they may be present physically on disk.
FileTypeManagergetInstance()
Returns the singleton instance of the FileTypeManager component.
booleanisFileIgnored(@NonNls @NotNull String name)
Checks if the specified file is ignored by the IDE.
FileNameMatcherparseFromString(@NotNull String pattern)
voidremoveAssociation(@NotNull FileType type, @NotNull FileNameMatcher matcher)
voidsetIgnoredFilesList(@NotNull String list)
Sets new list of semicolon-delimited patterns for files and folders which are excluded from the project structure.