Class DeleteFile

All Implemented Interfaces:
IQuickFixer, IMarkerResolution, IMarkerResolution2

public class DeleteFile extends QuickFixAdapter
Fixes a problem with the file name by deleting the file. This is typically used when a file is located in a project folder and has a name that is not valid, e.g. wrong file extension, or a name that is invalid.
Author:
Christopher Mindus