public class FileSnapshot
extends java.lang.Object
Constructor and Description |
---|
FileSnapshot(VirtualFile dir,
VirtualFile file,
java.util.List<VirtualFile> files)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
VirtualFile |
getDir()
Get the location opened at the time of the snapshot.
|
VirtualFile |
getFile()
Get the primary selection at the time of the snapshot.
|
java.util.List<VirtualFile> |
getFiles()
Get all selected files at the time of the snapshot.
|
public FileSnapshot(VirtualFile dir, VirtualFile file, java.util.List<VirtualFile> files)
dir
- Directory open in the file list.file
- Primary selection.files
- All selected files.public VirtualFile getDir()
public VirtualFile getFile()
public java.util.List<VirtualFile> getFiles()