Package io.github.slimjar.app.module
Class RelocatingModuleExtractor
java.lang.Object
io.github.slimjar.app.module.RelocatingModuleExtractor
- All Implemented Interfaces:
ModuleExtractor
-
Constructor Summary
ConstructorsConstructorDescriptionRelocatingModuleExtractor(@NotNull Path dataDirectory, @NotNull Relocator relocator) -
Method Summary
Modifier and TypeMethodDescription@NotNull URLextractModule(@NotNull URL url, @NotNull String name)
-
Constructor Details
-
RelocatingModuleExtractor
-
-
Method Details
-
extractModule
@NotNull public @NotNull URL extractModule(@NotNull @NotNull URL url, @NotNull @NotNull String name) throws ModuleExtractorException - Specified by:
extractModulein interfaceModuleExtractor- Throws:
ModuleExtractorException
-