Class GettingStarted

  • All Implemented Interfaces:
    java.lang.Runnable

    @Command(name="getting-started",
             description="We\'re just getting started")
    public class GettingStarted
    extends java.lang.Object
    implements java.lang.Runnable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<java.lang.String> args  
      private boolean flag  
    • Constructor Summary

      Constructors 
      Constructor Description
      GettingStarted()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      void run()  
      • Methods inherited from class java.lang.Object

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

      • GettingStarted

        public GettingStarted()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable