public class MovedClassMap extends Object implements ClassNameRewriter
| Constructor and Description |
|---|
MovedClassMap(BugCollection before,
BugCollection after) |
| Modifier and Type | Method and Description |
|---|---|
MovedClassMap |
execute() |
boolean |
isEmpty() |
String |
rewriteClassName(String className)
Rewrite a class name.
|
public MovedClassMap(BugCollection before, BugCollection after)
public MovedClassMap execute()
public boolean isEmpty()
public String rewriteClassName(String className)
ClassNameRewriterrewriteClassName in interface ClassNameRewriterclassName - a class nameCopyright © 2003–2015. All rights reserved.