Interface Resolver.ClassLoaderDescriptor
- All Superinterfaces:
AutoCloseable
- Enclosing interface:
- Resolver
Abstract a classloader adding the metadata about the resolution done to create it.
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
asClassLoader
- Returns:
- the underlying classloader.
-
resolvedDependencies
- Returns:
- the dependencies who matched the resolution and were used to create the classloader.
-