Interface JarRelocatorFacadeFactory
- All Known Implementing Classes:
ReflectiveJarRelocatorFacadeFactory
public interface JarRelocatorFacadeFactory
-
Method Summary
Modifier and TypeMethodDescription@NotNull JarRelocatorFacadecreateFacade(@NotNull File input, @NotNull File output, @NotNull Collection<RelocationRule> relocationRules)
-
Method Details
-
createFacade
@NotNull @NotNull JarRelocatorFacade createFacade(@NotNull @NotNull File input, @NotNull @NotNull File output, @NotNull @NotNull Collection<RelocationRule> relocationRules)
-