org.apache.maven.plugins.shade.relocation
Class SimpleRelocator
java.lang.Object
org.apache.maven.plugins.shade.relocation.SimpleRelocator
- All Implemented Interfaces:
- Relocator
public class SimpleRelocator
- extends Object
- implements Relocator
- Author:
- Jason van Zyl, Mauro Talevi
Fields inherited from interface org.apache.maven.plugins.shade.relocation.Relocator |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleRelocator
public SimpleRelocator(String patt,
String shadedPattern,
List<String> includes,
List<String> excludes)
SimpleRelocator
public SimpleRelocator(String patt,
String shadedPattern,
List<String> includes,
List<String> excludes,
boolean rawString)
canRelocatePath
public boolean canRelocatePath(String path)
- Specified by:
canRelocatePath
in interface Relocator
canRelocateClass
public boolean canRelocateClass(String clazz)
- Specified by:
canRelocateClass
in interface Relocator
relocatePath
public String relocatePath(String path)
- Specified by:
relocatePath
in interface Relocator
relocateClass
public String relocateClass(String clazz)
- Specified by:
relocateClass
in interface Relocator
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.