Uses of Interface
org.apache.hivemind.SymbolSource

Packages that use SymbolSource
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. 
 

Uses of SymbolSource in org.apache.hivemind
 

Subinterfaces of SymbolSource in org.apache.hivemind
 interface Registry
          The HiveMind registry; primarily this is used to gain access to services.
 

Methods in org.apache.hivemind that return SymbolSource
 SymbolSource SymbolSourceContribution.getSource()
           
 

Methods in org.apache.hivemind with parameters of type SymbolSource
 void SymbolSourceContribution.setSource(SymbolSource source)
           
 

Uses of SymbolSource in org.apache.hivemind.impl
 

Classes in org.apache.hivemind.impl that implement SymbolSource
 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).
 

Constructors in org.apache.hivemind.impl with parameters of type SymbolSource
SymbolExpander(ErrorHandler handler, SymbolSource source)
           
 

Uses of SymbolSource in org.apache.hivemind.internal
 

Subinterfaces of SymbolSource in org.apache.hivemind.internal
 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.
 

Uses of SymbolSource in org.apache.hivemind.service.impl
 

Classes in org.apache.hivemind.service.impl that implement SymbolSource
 class DefaultsSymbolSource
          Implementation of SymbolSource driven off of an extension point.