org.codehaus.mojo.shade.relocation
Interface Relocator

All Known Implementing Classes:
SimpleRelocator

public interface Relocator

Author:
Jason van Zyl

Field Summary
static String ROLE
           
 
Method Summary
 boolean canRelocate(String clazz)
           
 String relocate(String clazz)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

canRelocate

boolean canRelocate(String clazz)

relocate

String relocate(String clazz)


Copyright © 2011 Codehaus. All Rights Reserved.