Constructor and Description |
---|
SimpleRelocator(String patt,
String shadedPattern,
List<String> includes,
List<String> excludes) |
SimpleRelocator(String patt,
String shadedPattern,
List<String> includes,
List<String> excludes,
boolean rawString) |
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 SimpleRelocator(String patt, String shadedPattern, List<String> includes, List<String> excludes)
public boolean canRelocatePath(String path)
canRelocatePath
in interface Relocator
public boolean canRelocateClass(String clazz)
canRelocateClass
in interface Relocator
public String relocatePath(String path)
relocatePath
in interface Relocator
public String relocateClass(String clazz)
relocateClass
in interface Relocator
public String applyToSourceContent(String sourceContent)
applyToSourceContent
in interface Relocator
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.