Class ListCommand


  • public class ListCommand
    extends org.jf.util.jcommander.Command
    • Field Summary

      • Fields inherited from class org.jf.util.jcommander.Command

        commandAncestors
    • Constructor Summary

      Constructors 
      Constructor Description
      ListCommand​(java.util.List<com.beust.jcommander.JCommander> commandAncestors)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      protected void setupCommand​(com.beust.jcommander.JCommander jc)  
      • Methods inherited from class org.jf.util.jcommander.Command

        getCommandHierarchy, getJCommander, usage
      • Methods inherited from class java.lang.Object

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

      • ListCommand

        public ListCommand​(@Nonnull
                           java.util.List<com.beust.jcommander.JCommander> commandAncestors)
    • Method Detail

      • setupCommand

        protected void setupCommand​(com.beust.jcommander.JCommander jc)
        Overrides:
        setupCommand in class org.jf.util.jcommander.Command
      • run

        public void run()
        Specified by:
        run in class org.jf.util.jcommander.Command