public interface EditFileProvider
AbstractVcs.getEditFileProvider()
Modifier and Type | Method and Description |
---|---|
void |
editFiles(VirtualFile[] files)
Initiates the edit / checkout operation for the specified files.
|
java.lang.String |
getRequestText()
Returns the text shown to the user to confirm the check out / edit file
operation.
|
void editFiles(VirtualFile[] files) throws VcsException
files
- the list of files to edit or check out.VcsException
- if the operation fails for some reason.java.lang.String getRequestText()