Class ScriptCommand

java.lang.Object
org.apache.accumulo.shell.Shell.Command
org.apache.accumulo.shell.commands.ScriptCommand

@Deprecated(since="2.1.0") public class ScriptCommand extends Shell.Command
Deprecated.
since 2.0; this command shouldn't be used; The script command is deprecated; use jshell for scripting instead
  • Field Details

    • list

      protected org.apache.commons.cli.Option list
      Deprecated.
    • engine

      protected org.apache.commons.cli.Option engine
      Deprecated.
    • script

      protected org.apache.commons.cli.Option script
      Deprecated.
    • file

      protected org.apache.commons.cli.Option file
      Deprecated.
    • args

      protected org.apache.commons.cli.Option args
      Deprecated.
    • out

      protected org.apache.commons.cli.Option out
      Deprecated.
    • function

      protected org.apache.commons.cli.Option function
      Deprecated.
    • object

      protected org.apache.commons.cli.Option object
      Deprecated.
  • Constructor Details

    • ScriptCommand

      public ScriptCommand()
      Deprecated.
  • Method Details