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.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 RegistryImpl
          Implementation of Registry.
 class SystemPropertiesSymbolSource
          Implementation of SymbolSource that accesses System.getProperty(java.lang.String).
 

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.