Interface AntPerformable

All Known Implementing Classes:
AbstractAntPerformable, CheckPlatformAntPerformableImpl, ClearLockAntPerformable, CronJobAntPerformableImpl, InitPlatformAntPerformableImpl, UpdatePlatformAntPerformableImpl

public interface AntPerformable
  • Method Details

    • doPerform

      void doPerform() throws Exception
      Throws:
      Exception
    • validate

      boolean validate()
    • beforePerform

      boolean beforePerform()
    • afterPerform

      void afterPerform()