Class VerifyingRelocationHelper
java.lang.Object
io.github.slimjar.relocation.helper.VerifyingRelocationHelper
- All Implemented Interfaces:
RelocationHelper
-
Constructor Summary
ConstructorsConstructorDescriptionVerifyingRelocationHelper(@NotNull String selfHash, @NotNull FilePathStrategy outputFilePathStrategy, @NotNull Relocator relocator, @NotNull MetaMediatorFactory mediatorFactory) -
Method Summary
Modifier and TypeMethodDescription@NotNull Filerelocate(@NotNull Dependency dependency, @NotNull File file)
-
Constructor Details
-
VerifyingRelocationHelper
public VerifyingRelocationHelper(@NotNull @NotNull String selfHash, @NotNull @NotNull FilePathStrategy outputFilePathStrategy, @NotNull @NotNull Relocator relocator, @NotNull @NotNull MetaMediatorFactory mediatorFactory)
-
-
Method Details
-
relocate
@NotNull public @NotNull File relocate(@NotNull @NotNull Dependency dependency, @NotNull @NotNull File file) - Specified by:
relocatein interfaceRelocationHelper
-