Class BeanListBuilder

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean

    public class BeanListBuilder
    extends Object
    implements org.springframework.beans.factory.FactoryBean
    Obtains references registered in the PentahoSystem for the given class, exposed as an ordered list by priority User: nbaker Date: 3/2/13
    • Constructor Detail

      • BeanListBuilder

        public BeanListBuilder()
    • Method Detail

      • getObject

        public List getObject()
        Specified by:
        getObject in interface org.springframework.beans.factory.FactoryBean
      • getObjectType

        public Class<?> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean
      • isSingleton

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • setAttributes

        public void setAttributes​(Map<String,​String> attributes)