Class BatchManagerCondition

java.lang.Object
org.apache.fineract.infrastructure.core.condition.PropertiesCondition
org.apache.fineract.cob.conditions.BatchManagerCondition
All Implemented Interfaces:
org.springframework.context.annotation.Condition

public class BatchManagerCondition extends org.apache.fineract.infrastructure.core.condition.PropertiesCondition
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
    matches(org.apache.fineract.infrastructure.core.config.FineractProperties properties)
     

    Methods inherited from class org.apache.fineract.infrastructure.core.condition.PropertiesCondition

    matches

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BatchManagerCondition

      public BatchManagerCondition()
  • Method Details

    • matches

      protected boolean matches(org.apache.fineract.infrastructure.core.config.FineractProperties properties)
      Specified by:
      matches in class org.apache.fineract.infrastructure.core.condition.PropertiesCondition