Package jadx.cli

Class JadxCLICommands


  • public class JadxCLICommands
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JadxCLICommands()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void append​(com.beust.jcommander.JCommander.Builder builder)  
      static boolean process​(JCommanderWrapper jcw, com.beust.jcommander.JCommander jc, java.lang.String parsedCommand)  
      static void register​(ICommand command)  
      • Methods inherited from class java.lang.Object

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

      • JadxCLICommands

        public JadxCLICommands()
    • Method Detail

      • register

        public static void register​(ICommand command)
      • append

        public static void append​(com.beust.jcommander.JCommander.Builder builder)
      • process

        public static boolean process​(JCommanderWrapper jcw,
                                      com.beust.jcommander.JCommander jc,
                                      java.lang.String parsedCommand)