Class SFCommandDefinition

java.lang.Object
com.soulfiremc.bootstrap.client.cli.SFCommandDefinition
All Implemented Interfaces:
Callable<Integer>

public final class SFCommandDefinition extends Object implements Callable<Integer>
  • Constructor Details

    • SFCommandDefinition

      public SFCommandDefinition(CLIManager cliManager)
  • Method Details

    • call

      public Integer call()
      Specified by:
      call in interface Callable<Integer>
    • cliManager

      public CLIManager cliManager()
    • commandLine

      public picocli.CommandLine commandLine()
    • start

      public boolean start()
    • accountFile

      public @Nullable Path accountFile()
    • authType

      public @Nullable AuthType authType()
    • proxyFile

      public @Nullable Path proxyFile()
    • proxyType

      public @Nullable ProxyType proxyType()
    • generateFlags

      public boolean generateFlags()
    • commandLine

      @NotNull public @NotNull SFCommandDefinition commandLine(picocli.CommandLine commandLine)
      Returns:
      this.