Class ModulePathResolver

java.lang.Object
org.pkl.core.module.ModulePathResolver
All Implemented Interfaces:
AutoCloseable

public final class ModulePathResolver extends Object implements AutoCloseable
Resolves modulepath URIs from ZIP or JAR files, or from directory paths.

NOTE: Do not initialize two resolvers for the same jar or zip file. Instead, share the same resolver for that jar or zip file.