Package org.zeroturnaround.javarebel


package org.zeroturnaround.javarebel

Contains the core classes for the JavaRebel SDK that allow custom configuration and integration. The interfaces of main interest are Integration, Configuration, Reloader and Logger. Instances of those interfaces are obtained correspondingly from IntegrationFactory, ConfigurationFactory, ReloaderFactory and LoggerFactory.

Also contains the Plugin class that allows to write third-party JavaRebel plugins. You can do it by setting a custom JAR manifest attribute described in the Plugin javadoc. For an example plugin checkout the javarebel-integration project from the SVN Repository.