public interface RefactoringHelper<T>
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<RefactoringHelper> |
EP_NAME |
Modifier and Type | Method and Description |
---|---|
void |
performOperation(Project project,
T operationData) |
T |
prepareOperation(UsageInfo [] usages) |
static final ExtensionPointName<RefactoringHelper> EP_NAME