public class ReplaceConstructorWithFactoryRefactoringImpl extends RefactoringImpl<ReplaceConstructorWithFactoryProcessor> implements ReplaceConstructorWithFactoryRefactoring
myProcessor
Modifier and Type | Method and Description |
---|---|
PsiMethod |
getConstructor() |
java.lang.String |
getFactoryName() |
PsiClass |
getOriginalClass() |
PsiClass |
getTargetClass() |
doRefactoring, findUsages, isInteractive, isPreviewUsages, preprocessUsages, run, setInteractive, setPreviewUsages, shouldPreviewUsages
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
doRefactoring, findUsages, isInteractive, isPreviewUsages, preprocessUsages, run, setInteractive, setPreviewUsages, shouldPreviewUsages
public PsiClass getOriginalClass()
getOriginalClass
in interface ReplaceConstructorWithFactoryRefactoring
public PsiClass getTargetClass()
getTargetClass
in interface ReplaceConstructorWithFactoryRefactoring
public PsiMethod getConstructor()
getConstructor
in interface ReplaceConstructorWithFactoryRefactoring
public java.lang.String getFactoryName()
getFactoryName
in interface ReplaceConstructorWithFactoryRefactoring