Class VerifyingRelocationHelperFactory
java.lang.Object
io.github.slimjar.relocation.helper.VerifyingRelocationHelperFactory
- All Implemented Interfaces:
RelocationHelperFactory
public final class VerifyingRelocationHelperFactory
extends Object
implements RelocationHelperFactory
-
Constructor Summary
ConstructorsConstructorDescriptionVerifyingRelocationHelperFactory(@NotNull FileChecksumCalculator calculator, @NotNull FilePathStrategy relocationFilePathStrategy, @NotNull MetaMediatorFactory mediatorFactory) VerifyingRelocationHelperFactory(@NotNull String selfHash, @NotNull FilePathStrategy relocationFilePathStrategy, @NotNull MetaMediatorFactory mediatorFactory) -
Method Summary
-
Constructor Details
-
VerifyingRelocationHelperFactory
public VerifyingRelocationHelperFactory(@NotNull @NotNull String selfHash, @NotNull @NotNull FilePathStrategy relocationFilePathStrategy, @NotNull @NotNull MetaMediatorFactory mediatorFactory) -
VerifyingRelocationHelperFactory
public VerifyingRelocationHelperFactory(@NotNull @NotNull FileChecksumCalculator calculator, @NotNull @NotNull FilePathStrategy relocationFilePathStrategy, @NotNull @NotNull MetaMediatorFactory mediatorFactory)
-
-
Method Details
-
create
@Contract("_ -> new") @NotNull public @NotNull RelocationHelper create(@NotNull @NotNull Relocator relocator) - Specified by:
createin interfaceRelocationHelperFactory
-