Uses of Interface
org.zeroturnaround.javarebel.ClassResourceSource
Packages that use ClassResourceSource
Package
Description
Contains the core classes for the JavaRebel SDK that allow custom configuration and integration.
-
Uses of ClassResourceSource in org.zeroturnaround.javarebel
Methods in org.zeroturnaround.javarebel with parameters of type ClassResourceSourceModifier and TypeMethodDescriptionbooleanPlugin.checkDependencies(ClassLoader cl, ClassResourceSource crs) Check that the plugin dependencies are present in the tested classloader.voidIntegration.registerClassLoader(ClassLoader cl, ClassResourceSource cfs) Registers aClassLoaderwith JRebel associating with it the class-to-file resolution strategy provided byClassResourceSource.