public class UserBinaryFileType extends UserFileType<UserBinaryFileType>
EMPTY_ARRAY
EDITABLE_COPY_PREFIX
Constructor and Description |
---|
UserBinaryFileType() |
Modifier and Type | Method and Description |
---|---|
SettingsEditor<UserBinaryFileType> |
getEditor() |
boolean |
isBinary()
Returns
true if files of the specified type contain binary data. |
clone, copyFrom, getCharset, getDefaultExtension, getDescription, getIcon, getName, isReadOnly, setDescription, setIcon, setIconPath, setName, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDisplayName
public SettingsEditor<UserBinaryFileType> getEditor()
getEditor
in class UserFileType<UserBinaryFileType>
public boolean isBinary()
FileType
true
if files of the specified type contain binary data. Used for source control, to-do items scanning and other purposes.true
if the file is binary, false
if the file is plain text.