Class UstraDataFileTestProcessorBeanFactory

java.lang.Object
com.gsitm.ustra.java.autoconfigure.test.UstraDataFileTestProcessorBeanFactory
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<com.gsitm.ustra.java.data.file.processor.AbstractFileOperationProcessor>

public class UstraDataFileTestProcessorBeanFactory extends Object implements org.springframework.beans.factory.FactoryBean<com.gsitm.ustra.java.data.file.processor.AbstractFileOperationProcessor>
  • Field Summary

    Fields inherited from interface org.springframework.beans.factory.FactoryBean

    OBJECT_TYPE_ATTRIBUTE
  • Constructor Summary

    Constructors
    Constructor
    Description
    UstraDataFileTestProcessorBeanFactory(com.gsitm.ustra.java.data.file.policy.FileGroupPolicyStore fileGroupPolicyStore)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.gsitm.ustra.java.data.file.processor.AbstractFileOperationProcessor
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.beans.factory.FactoryBean

    isSingleton
  • Constructor Details

    • UstraDataFileTestProcessorBeanFactory

      public UstraDataFileTestProcessorBeanFactory(com.gsitm.ustra.java.data.file.policy.FileGroupPolicyStore fileGroupPolicyStore)
  • Method Details

    • getObject

      public com.gsitm.ustra.java.data.file.processor.AbstractFileOperationProcessor getObject() throws Exception
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<com.gsitm.ustra.java.data.file.processor.AbstractFileOperationProcessor>
      Throws:
      Exception
    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<com.gsitm.ustra.java.data.file.processor.AbstractFileOperationProcessor>