Class 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 Detail

      • 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 Detail

      • ScriptCommand

        public ScriptCommand()
        Deprecated.