Package | Description |
---|---|
org.apache.hivemind |
The main HiveMind package.
|
org.apache.hivemind.impl |
Implementations of interfaces defined in the org.apache.commons.hivemind package.
|
org.apache.hivemind.internal | |
org.apache.hivemind.service.impl |
Implementations of services provided by the
hivemind module. |
Modifier and Type | Interface and Description |
---|---|
interface |
Registry
The HiveMind registry; primarily this is used to gain access to services.
|
Modifier and Type | Method and Description |
---|---|
SymbolSource |
SymbolSourceContribution.getSource() |
Modifier and Type | Method and Description |
---|---|
void |
SymbolSourceContribution.setSource(SymbolSource source) |
Modifier and Type | Class and Description |
---|---|
class |
ModuleImpl
Implementation of
Module . |
class |
RegistryImpl
Implementation of
Registry that delegates to an instance of
RegistryInfrastructure . |
class |
RegistryInfrastructureImpl
Implementation of
RegistryInfrastructure . |
class |
SystemPropertiesSymbolSource
Implementation of
SymbolSource that
accesses System.getProperty(java.lang.String) . |
Constructor and Description |
---|
SymbolExpander(ErrorHandler handler,
SymbolSource source) |
Modifier and Type | Interface and Description |
---|---|
interface |
Module
The definition of a HiveMind Module.
|
interface |
RegistryInfrastructure
Extension of
Registry provided by some internals of HiveMind to
faciliate the creation of services and configurations. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultsSymbolSource
Implementation of
SymbolSource driven off of an extension point. |