Class KeyScriptsUpdate

java.lang.Object
com.sshtools.commands.AbstractJadaptiveCommand
com.sshtools.keys.KeyScriptsUpdate
All Implemented Interfaces:
com.sshtools.commands.JadaptiveCommand, Callable<Integer>

public class KeyScriptsUpdate extends com.sshtools.commands.AbstractJadaptiveCommand
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String... args)
     
    protected Integer
     

    Methods inherited from class com.sshtools.commands.AbstractJadaptiveCommand

    call, getApp, getPreferences, getScheduler, getTerminal, getUpdateService, getVersion, isVerboseExceptions

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • KeyScriptsUpdate

      public KeyScriptsUpdate()
  • Method Details

    • main

      public static void main(String... args)
    • onCall

      protected Integer onCall() throws Exception
      Specified by:
      onCall in class com.sshtools.commands.AbstractJadaptiveCommand
      Throws:
      Exception