Package gda.device

Class FindableObjectHolder

java.lang.Object
gda.factory.FindableBase
gda.device.FindableObjectHolder
All Implemented Interfaces:
Findable, org.springframework.beans.factory.InitializingBean

public class FindableObjectHolder extends FindableBase implements org.springframework.beans.factory.InitializingBean
Spring configurable Findable to hold a map of objects which are themselves not findable.
  • Constructor Details

    • FindableObjectHolder

      public FindableObjectHolder()
  • Method Details

    • setMap

      public void setMap(Map<String,Object> map)
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • get

      public Object get(Object key)
    • keySet

      public Set<String> keySet()
    • __getattr__

      public Object __getattr__(org.python.core.PyString name)