All Classes and Interfaces
Class
Description
A common interface for objects that need to be notified when the main method is invoked
A bytecode processor callback that is used by JavaRebel to process class
bytecode before loading the class.
This interface allows
class bytecode processors to cache their transformations between
runs.A callback that will be notified when a class event occurs.
A simple class filter callback that can either match or not match a class
depending on its name, classloader and resource.
A simple class filter callback that can either match or not match a class
depending on its name and classloader.
A callback that will be notified when a class loader is destroyed.
A simple class loader filter callback that can either match or not match a class loader.
A class-to-resource resolution strategy.
This class manages JRebel configuration.
A factory for
Configuration that resolves a suitable implementation.Provides information about application container.
A factory for
ContainerIntegration that resolves a suitable implementation.Wrapper for filtering out events for only the specified file.
A file system resource.
Provides hooks for integrating JRebel with custom containers, frameworks and classloaders.
A factory for
Integration that resolves a suitable implementation.Provides simple logging with
Logger.echo(String)-style methods outputting both to console
and to jrebel.log and Logger.log(String)-style methods outputting only to log.A factory for
Logger that resolves a suitable implementation.Filters the classes by matching them to a list of packages.
Represents a JRebel plugin that can be used by a third-party
to configure or integrate with JRebel.
Abstraction of a
dir or a jar element
defined in a rebel.xml.Provides hooks to
rebel.xml file handling.A factory for
RebelXmlIntegration that resolves a suitable implementation.Provides control and notification over/on class loading and reloading.
A factory for
Reloader that resolves a suitable implementation.A callback that will be notified when a request is initiated in case of running
in request/response environment such as web or application server.
Provides notification services for request/response based containers.
A factory for
RequestIntegration that resolves a suitable implementation.An HTTP request listener.
Represents an abstract resource that can be monitored for changes
and is tied to a particular URL.
Provides notifications about file creations, modifications and deletions.
A factory for
ResourceIntegration that resolves a suitable implementation.A resource finder.
Utility methods for resolving resource locations to files in the
file system.
Provides hooks for integrating JRebel with custom Servlet containers.
A factory for
ServletIntegration that resolves a suitable implementation.A URL based resource.