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