All Classes and Interfaces
Class
Description
Exception that is reported if the application fails to start
This exception has already been logged when this exception is generated,
so should not be logged again
A class that allows for access to the application state, even from outside the runtime class loader.
Interface that can be implemented by exceptions to allow for config issues to be easily fixed in dev mode.
A bit of a hack, but currently there is no other way to do this.
Creates "links" to objects between deployment and runtime,
essentially exposing the same interface but on a different classloader.
The generators can be used to generate a custom HTML page for a specific deployment exception that occurs during the
development mode.
Class that is used to notify test classes of failures on the server side.
Service interface that is used to abstract away the details of how hot deployment is performed
We need to be able to update the TCCL of the NIO default thread pool in dev/test mode
TODO: this is a hack, we should be able to pass config overrides into the bootstrap
lock that is used to prevent scanning while the dev mode test is updating classes
This prevents races in the continuous testing tests.
provides a way for a test run to tell the external application about watched paths.