Class Initializer

java.lang.Object
com.csse3200.game.ui.terminal.Initializer

public class Initializer extends Object
This Class is meant to initialize the shell by running some predetermined scripts. If you want to add you own snippets to be initialized, declare a `private static final String` and assign it the code you want to run on shell startup.
  • Constructor Details

    • Initializer

      public Initializer()
  • Method Details

    • getInitializedShell

      public static Shell getInitializedShell()