java.lang.Object
com.github.rvesse.airline.jpms.debug.Debug
All Implemented Interfaces:
ExampleRunnable

@Command(name="debug", description="Debugs the visibility of resources within modules") @ExitCodes(codes={0,127,255}, descriptions={"Successfully found some resources","No resources found","Help shown"}) public class Debug extends Object implements ExampleRunnable
  • Constructor Details

    • Debug

      public Debug()
  • Method Details

    • main

      public static void main(String[] args)
    • 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