| Constructor and Description |
|---|
SimpleRelocator(String patt,
String shadedPattern,
List<String> includes,
List<String> excludes) |
| Modifier and Type | Method and Description |
|---|---|
String |
applyToSourceContent(String sourceContent) |
boolean |
canRelocateClass(String clazz) |
boolean |
canRelocatePath(String path) |
String |
relocateClass(String clazz) |
String |
relocatePath(String path) |
public boolean canRelocatePath(String path)
canRelocatePath in interface Relocatorpublic boolean canRelocateClass(String clazz)
canRelocateClass in interface Relocatorpublic String relocatePath(String path)
relocatePath in interface Relocatorpublic String relocateClass(String clazz)
relocateClass in interface Relocatorpublic String applyToSourceContent(String sourceContent)
applyToSourceContent in interface RelocatorCopyright © 2013. All Rights Reserved.