Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public interface IFileModificationValidator {
* reasons why modifying the given files is not reasonable
* @see IWorkspace#validateEdit(IFile[], Object)
*/
@Deprecated
IStatus validateEdit(IFile[] files, Object context);

/**
Expand All @@ -67,5 +68,6 @@ public interface IFileModificationValidator {
* @see IFile#setContents(java.io.InputStream, int, org.eclipse.core.runtime.IProgressMonitor)
* @see IFile#appendContents(java.io.InputStream, int, org.eclipse.core.runtime.IProgressMonitor)
*/
@Deprecated
IStatus validateSave(IFile file);
}
Loading