Class DumpDefaultProperties

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

public class DumpDefaultProperties extends Object implements SetupCommand
Created by patricktwohig on 7/31/17.
  • Constructor Details

    • DumpDefaultProperties

      public DumpDefaultProperties()
  • 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