Class Setup

java.lang.Object
dev.getelements.elements.setup.Setup

public class Setup extends Object
A Setup utility that can be run from the command-line. This operates git-style where there are several sub-commands to do things to get the application up and running. This class starts sets up the IoC container, parses out the first command passed, and instantiates the individual SetupCommand which processes the rest from there.
  • Constructor Details

    • Setup

      public Setup()
  • Method Details

    • run

      public void run(String[] args) throws Exception
      Runs the command.
      Parameters:
      args - the argument list.
      Throws:
      Exception - in case something goes wrong.
    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception