org.jetbrains.kotlin.idea
Class KotlinFileType

java.lang.Object
  extended by com.intellij.openapi.fileTypes.LanguageFileType
      extended by org.jetbrains.kotlin.idea.KotlinFileType
All Implemented Interfaces:
com.intellij.openapi.fileTypes.FileType, com.intellij.openapi.options.Scheme

public class KotlinFileType
extends com.intellij.openapi.fileTypes.LanguageFileType


Field Summary
static java.lang.String EXTENSION
           
static KotlinFileType INSTANCE
           
 
Fields inherited from interface com.intellij.openapi.fileTypes.FileType
EMPTY_ARRAY
 
Method Summary
 java.lang.String getDefaultExtension()
           
 java.lang.String getDescription()
           
 javax.swing.Icon getIcon()
           
 java.lang.String getName()
           
 boolean isJVMDebuggingSupported()
           
 
Methods inherited from class com.intellij.openapi.fileTypes.LanguageFileType
extractCharsetFromFileContent, extractCharsetFromFileContent, getCharset, getLanguage, isBinary, isReadOnly
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXTENSION

public static final java.lang.String EXTENSION
See Also:
Constant Field Values

INSTANCE

public static final KotlinFileType INSTANCE
Method Detail

getName

@NotNull
public java.lang.String getName()

getDescription

@NotNull
public java.lang.String getDescription()

getDefaultExtension

@NotNull
public java.lang.String getDefaultExtension()

getIcon

public javax.swing.Icon getIcon()

isJVMDebuggingSupported

public boolean isJVMDebuggingSupported()
Overrides:
isJVMDebuggingSupported in class com.intellij.openapi.fileTypes.LanguageFileType