java.lang.Object
com.github.dakusui.symfonion.cli.subcommands.Version
All Implemented Interfaces:
Subcommand

public class Version extends Object implements Subcommand
  • Constructor Details

    • Version

      public Version()
  • Method Details

    • license

      public static String license()
    • version

      public static String version()
    • invoke

      public void invoke(Cli cli, PrintStream ps, InputStream inputStream) throws SymfonionException, IOException
      Description copied from interface: Subcommand
      A method to invoke this subcommand.
      Specified by:
      invoke in interface Subcommand
      Parameters:
      cli - Cli object.
      ps - A print stream to which this sub-command should write. Usually System.err.
      inputStream - An input stream from which this sub-command should read. Usually System.oin.
      Throws:
      IOException - An IO problem (file-read, write, etc.) happened during execution.
      SymfonionException