VirtualFileWindow
instead. To be removed in IDEA 2018.1@Deprecated public abstract class VirtualFileWindowImpl extends LightVirtualFile implements VirtualFileWindow
VirtualFile.PropName
EMPTY_ARRAY, PROP_ENCODING, PROP_HIDDEN, PROP_NAME, PROP_SYMLINK_TARGET, PROP_WRITABLE
EVER_CHANGED, NEVER_CHANGED
Constructor and Description |
---|
VirtualFileWindowImpl(java.lang.String name,
Language language,
java.lang.CharSequence text)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
VirtualFile |
getDelegate()
Deprecated.
Use
VirtualFileWindow.getDelegate() instead. to be removed in IDEA 2018.1 |
contentsToByteArray, getContent, getInputStream, getLanguage, getOutputStream, isTooLargeForIntelligence, setContent, setLanguage, toString
createChildData, createChildDirectory, delete, getAssignedFileType, getChildren, getFileSystem, getLength, getModificationStamp, getName, getOriginalFile, getParent, getPath, getTimeStamp, isDirectory, isValid, isWritable, move, refresh, rename, setBinaryContent, setBinaryContent, setFileType, setModificationStamp, setOriginalFile, setValid, setWritable
contentsToByteArray, copy, exists, findChild, findFileByRelativePath, findOrCreateChildData, getBOM, getCanonicalFile, getCanonicalPath, getCharset, getDetectedLineSeparator, getExtension, getFileType, getModificationCount, getNameSequence, getNameWithoutExtension, getOutputStream, getPresentableName, getPresentableUrl, getUrl, is, isCharsetSet, isInLocalFileSystem, isRecursiveOrCircularSymLink, isValidName, nameEquals, refresh, setBinaryContent, setBOM, setCharset, setCharset, setCharset, setDetectedLineSeparator, setPreloadedContentHint, storeCharset
changeUserMap, clearUserData, clone, copyCopyableDataTo, copyUserDataTo, getCopyableUserData, getUserData, getUserDataString, getUserMap, isUserDataEmpty, putCopyableUserData, putUserData, putUserDataIfAbsent, replace, setUserMap
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDocumentWindow, isValid
public VirtualFileWindowImpl(java.lang.String name, Language language, java.lang.CharSequence text)
@Deprecated public VirtualFile getDelegate()
VirtualFileWindow.getDelegate()
instead. to be removed in IDEA 2018.1getDelegate
in interface VirtualFileWindow