java.lang.Object
dev.getelements.elements.setup.commands.Root
All Implemented Interfaces:
SetupCommand, AutoCloseable

public class Root extends Object implements SetupCommand
  • Constructor Details

    • Root

      public Root()
  • Method Details

    • run

      public void run(String[] args) throws Exception
      Description copied from interface: SetupCommand
      Passed to the command after it has been instantiated by the IoC system.
      Specified by:
      run in interface SetupCommand
      Parameters:
      args -
      Throws:
      Exception