java.lang.Object
com.github.rvesse.airline.examples.sendit.Send
All Implemented Interfaces:
ExampleRunnable

@Command(name="send", description="Sends a package") public class Send extends Object implements ExampleRunnable
  • Constructor Details

    • Send

      public Send()
  • Method Details

    • run

      public int run()
      Description copied from interface: ExampleRunnable
      Runs the command and returns an exit code that the application should return
      Specified by:
      run in interface ExampleRunnable
      Returns:
      Exit code
    • main

      public static void main(String[] args)