Java com.intellij.openapi.vfs VirtualFileWrapper fields, constructors, methods, implement or subclass

Example usage for Java com.intellij.openapi.vfs VirtualFileWrapper fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

VirtualFileWrapper(@NotNull File file)
Constructs wrapper based on java.io.File

Method

FilegetFile()
Returns original java.io.File
VirtualFilegetVirtualFile()
Refreshes LocalFileSystem and looks for VirtualFile
VirtualFilegetVirtualFile(boolean createIfNotExist)
Looks for VirtualFile and tries to create new VirtualFile if createIfNotExist is true and file is not exist.