Package io.github.slimjar.relocation
Class JarFileRelocator
java.lang.Object
io.github.slimjar.relocation.JarFileRelocator
- All Implemented Interfaces:
Relocator
-
Constructor Summary
ConstructorsConstructorDescriptionJarFileRelocator(@NotNull Collection<RelocationRule> relocations, @NotNull JarRelocatorFacadeFactory relocatorFacadeFactory) -
Method Summary
-
Constructor Details
-
JarFileRelocator
public JarFileRelocator(@NotNull @NotNull Collection<RelocationRule> relocations, @NotNull @NotNull JarRelocatorFacadeFactory relocatorFacadeFactory)
-
-
Method Details
-
relocate
public void relocate(@NotNull @NotNull File input, @NotNull @NotNull File output) throws RelocatorException - Specified by:
relocatein interfaceRelocator- Throws:
RelocatorException
-