Interface ChildCommand


public interface ChildCommand

Runnable-esque interface for commands that want to be executed

  • Method Summary

    Modifier and Type
    Method
    Description
    run()
    Execute the command, returning for the cli to deal with, or null if no output produced
  • Method Details

    • run

      Object run()

      Execute the command, returning for the cli to deal with, or null if no output produced