net.sf.rej.gui.editor.iteration
Class RefactorMethodNameAdvisor

java.lang.Object
  extended by net.sf.rej.gui.editor.iteration.RefactoringAdvisorAdapter
      extended by net.sf.rej.gui.editor.iteration.RefactorMethodNameAdvisor
All Implemented Interfaces:
RefactoringAdvisor

public class RefactorMethodNameAdvisor
extends RefactoringAdvisorAdapter


Constructor Summary
RefactorMethodNameAdvisor(java.lang.String className, Descriptor desc, java.lang.String oldMethodName, java.lang.String newMethodName)
           
 
Method Summary
 java.lang.String newMethodNameFor(java.lang.String className, java.lang.String methodName, Descriptor descriptor)
           
 
Methods inherited from class net.sf.rej.gui.editor.iteration.RefactoringAdvisorAdapter
newClassNameFor, newFieldNameFor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefactorMethodNameAdvisor

public RefactorMethodNameAdvisor(java.lang.String className,
                                 Descriptor desc,
                                 java.lang.String oldMethodName,
                                 java.lang.String newMethodName)
Method Detail

newMethodNameFor

public java.lang.String newMethodNameFor(java.lang.String className,
                                         java.lang.String methodName,
                                         Descriptor descriptor)
Specified by:
newMethodNameFor in interface RefactoringAdvisor
Overrides:
newMethodNameFor in class RefactoringAdvisorAdapter