Class ClearPlan


  • public class ClearPlan
    extends Plan
    Delete the singleton environment to start the application next time with a new one.
    • Constructor Detail

      • ClearPlan

        public ClearPlan()
    • Method Detail

      • body

        public void body()
        The body method is called on the instantiated plan instance from the scheduler.
        Specified by:
        body in class Plan