Class AbstractAntPerformable

    • Field Detail

      • tenantId

        protected java.lang.String tenantId
    • Constructor Detail

      • AbstractAntPerformable

        public AbstractAntPerformable​(java.lang.String tenant)
    • Method Detail

      • validateTenant

        protected void validateTenant​(java.lang.String tenant)
        validates tenant name correctness
      • failOnError

        protected boolean failOnError()
      • performImpl

        protected abstract void performImpl()
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • doPerform

        public final void doPerform()
                             throws java.lang.Exception
        Specified by:
        doPerform in interface AntPerformable
        Throws:
        java.lang.Exception
      • beforePerform

        public boolean beforePerform()
        checks if sufficient attributes provided have also
        Specified by:
        beforePerform in interface AntPerformable
      • getApplicationContext

        protected org.springframework.context.ApplicationContext getApplicationContext()