Class SnapArgsProcessor

  • All Implemented Interfaces:
    org.netbeans.spi.sendopts.ArgsProcessor

    public class SnapArgsProcessor
    extends Object
    implements org.netbeans.spi.sendopts.ArgsProcessor
    Extra SNAP Desktop command-line arguments:
    • --open [<session-file>] [<file-1> <file-2> ...]
    • --python <python-interpreter> [<snappy-python-module-dir>]
    • Field Detail

      • openArgs

        public String[] openArgs
      • pythonArgs

        public String[] pythonArgs
    • Constructor Detail

      • SnapArgsProcessor

        public SnapArgsProcessor()
    • Method Detail

      • process

        public void process​(org.netbeans.spi.sendopts.Env env)
                     throws org.netbeans.api.sendopts.CommandException
        Specified by:
        process in interface org.netbeans.spi.sendopts.ArgsProcessor
        Throws:
        org.netbeans.api.sendopts.CommandException