Package io.github.slimjar.relocation
Class JarFileRelocatorFactory
java.lang.Object
io.github.slimjar.relocation.JarFileRelocatorFactory
- All Implemented Interfaces:
RelocatorFactory
-
Constructor Summary
ConstructorsConstructorDescriptionJarFileRelocatorFactory(@NotNull JarRelocatorFacadeFactory relocatorFacadeFactory) -
Method Summary
Modifier and TypeMethodDescription@NotNull Relocatorcreate(@NotNull Collection<RelocationRule> rules)
-
Constructor Details
-
JarFileRelocatorFactory
-
-
Method Details
-
create
@Contract("_ -> new") @NotNull public @NotNull Relocator create(@NotNull @NotNull Collection<RelocationRule> rules) - Specified by:
createin interfaceRelocatorFactory
-