Uses of Interface
org.zeroturnaround.javarebel.Resource
Packages that use Resource
Package
Description
Contains the core classes for the JavaRebel SDK that allow custom configuration and integration.
Contains the support classes for the JavaRebel SDK.
-
Uses of Resource in org.zeroturnaround.javarebel
Methods in org.zeroturnaround.javarebel that return ResourceModifier and TypeMethodDescriptionClassResourceSource.getClassResource(String className) Should return theResourcethat corresponds to the resource that the given class is loaded from.Configuration.getClassResource(ClassLoader cl, String classname) Returns a JRebel Resource exactly as JRebel will load it.ResourceSource.getLocalResource(String name) Finds the resource with the given name.Resource[]ResourceSource.getLocalResources(String name) Finds all the resources with the given name.Methods in org.zeroturnaround.javarebel with parameters of type ResourceModifier and TypeMethodDescriptionClass<?>Integration.defineReloadableClass(ClassLoader cl, String className, Resource mutableResource, ProtectionDomain protectionDomain, boolean processedByLoader) (Re)defines a class managed by JRebel.booleanConfiguration.isManagedClass(ClassLoader cl, String classname, Resource cr) Returns whether the filters will allow the given class to be managed.booleanClassFilter.matches(ClassLoader cl, String className, Resource resource) -
Uses of Resource in org.zeroturnaround.javarebel.support
Classes in org.zeroturnaround.javarebel.support that implement ResourceModifier and TypeClassDescriptionclassA file system resource.classA URL based resource.Methods in org.zeroturnaround.javarebel.support with parameters of type ResourceModifier and TypeMethodDescriptionbooleanPackageClassFilter.matches(ClassLoader cl, String className, Resource resource)