Package | Description |
---|---|
org.apache.hivemind |
The main HiveMind package.
|
org.apache.hivemind.internal | |
org.apache.hivemind.test |
Base classes and utilities to support unit tests involving HiveMind.
|
Modifier and Type | Method and Description |
---|---|
static ApplicationRuntimeException |
HiveMind.createRegistryShutdownException() |
Modifier and Type | Method and Description |
---|---|
java.util.Map |
ConfigurationPoint.getElementsAsMap()
Returns the constructed extensions as a Map of elements assembled from the various
contributions.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Throwable |
HiveMindTestCase.findNestedException(ApplicationRuntimeException ex)
Digs down through (potentially) a stack of ApplicationRuntimeExceptions until it reaches the
originating exception, which is returned.
|