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

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

public class FieldNameObfuscatingAdvisor
extends RefactoringAdvisorAdapter


Nested Class Summary
 class FieldNameObfuscatingAdvisor.Key
           
 
Constructor Summary
FieldNameObfuscatingAdvisor(java.util.List<java.lang.String> classNames)
           
 
Method Summary
 java.lang.String newFieldNameFor(java.lang.String className, java.lang.String targetName, Descriptor desc)
           
 
Methods inherited from class net.sf.rej.gui.editor.iteration.RefactoringAdvisorAdapter
newClassNameFor, newMethodNameFor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldNameObfuscatingAdvisor

public FieldNameObfuscatingAdvisor(java.util.List<java.lang.String> classNames)
Method Detail

newFieldNameFor

public java.lang.String newFieldNameFor(java.lang.String className,
                                        java.lang.String targetName,
                                        Descriptor desc)
Specified by:
newFieldNameFor in interface RefactoringAdvisor
Overrides:
newFieldNameFor in class RefactoringAdvisorAdapter