类 BeanFactoryStepLocator

  • 所有已实现的接口:
    StepLocator, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware

    public class BeanFactoryStepLocator
    extends java.lang.Object
    implements StepLocator, org.springframework.beans.factory.BeanFactoryAware
    A StepLocator implementation that just looks in its enclosing bean factory for components of type Step.
    作者:
    Dave Syer
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      StepgetStep​(java.lang.String stepName)
      Look up a bean with the provided name of type Step.
      java.util.Collection<java.lang.String>getStepNames()
      Look in the bean factory for all beans of type Step.
      voidsetBeanFactory​(org.springframework.beans.factory.BeanFactory beanFactory) 
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • setBeanFactory

        public void setBeanFactory​(org.springframework.beans.factory.BeanFactory beanFactory)
                            throws org.springframework.beans.BeansException
        指定者:
        setBeanFactory 在接口中 org.springframework.beans.factory.BeanFactoryAware
        抛出:
        org.springframework.beans.BeansException