public class RelocationHelper
extends java.lang.Object
| Constructor and Description |
|---|
RelocationHelper(DependencyManager manager) |
| Modifier and Type | Method and Description |
|---|---|
void |
relocate(java.nio.file.Path in,
java.nio.file.Path out,
java.util.Collection<Relocation> relocations)
Invokes the jar relocator to process the input jar and generate an
output jar with the provided relocation rules applied.
|
public RelocationHelper(DependencyManager manager)
public void relocate(java.nio.file.Path in,
java.nio.file.Path out,
java.util.Collection<Relocation> relocations)
throws java.lang.Exception
in - input jarout - output jarrelocations - relocations to applyjava.lang.Exception