Package org.zeroturnaround.javarebel
Interface ClassResourceSource
- All Superinterfaces:
ResourceSource
A class-to-resource resolution strategy. JavaRebel will use the resource
to monitor
Resource.lastModified() for updates.- Author:
- Jevgeni Kabanov
-
Method Summary
Modifier and TypeMethodDescriptiongetClassResource(String className) Should return theResourcethat corresponds to the resource that the given class is loaded from.Methods inherited from interface org.zeroturnaround.javarebel.ResourceSource
getLocalResource, getLocalResources
-
Method Details
-
getClassResource
Should return theResourcethat corresponds to the resource that the given class is loaded from.- Parameters:
className- name of the class to lookup- Returns:
- the Resource associated with the class
- See Also:
-