Uses of Interface
io.microsphere.classloading.URLClassPathHandle
-
Packages that use URLClassPathHandle Package Description io.microsphere.classloading -
-
Uses of URLClassPathHandle in io.microsphere.classloading
Classes in io.microsphere.classloading that implement URLClassPathHandle Modifier and Type Class Description class
AbstractURLClassPathHandle
Abstract implementation ofURLClassPathHandle
that provides a base for handling URL Class-Path entries.class
ClassicURLClassPathHandle
ClassicURLClassPathHandle
forsun.misc.URLClassPath
since JDK 1 to 8class
ModernURLClassPathHandle
ModernURLClassPathHandle
forjdk.internal.loader.URLClassPath
since JDK 9class
NoOpURLClassPathHandle
No-OperationURLClassPathHandle
class
ServiceLoadingURLClassPathHandle
URLClassPathHandle
implementation based on the Service Loading mechanism
-