Class RenameResource

All Implemented Interfaces:
IQuickFixer, IMarkerResolution, IMarkerResolution2

public class RenameResource extends QuickFixAdapter
Fixes a problem with the resource name by renaming the resource. 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