Package org.jf.util.jcommander
Class Command
java.lang.Object
org.jf.util.jcommander.Command
- Direct Known Subclasses:
AssembleCommand,DexInputCommand,HelpCommand,HelpCommand,ListCommand,ListDependenciesCommand,ListDexCommand,ListHelpCommand,Main,Main,PrintTokensCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.beust.jcommander.JCommander> protected com.beust.jcommander.JCommanderabstract voidrun()protected voidsetupCommand(com.beust.jcommander.JCommander jc) voidusage()
-
Field Details
-
commandAncestors
-
-
Constructor Details
-
Command
-
-
Method Details
-
usage
public void usage() -
setupCommand
protected void setupCommand(com.beust.jcommander.JCommander jc) -
getJCommander
protected com.beust.jcommander.JCommander getJCommander() -
getCommandHierarchy
-
run
public abstract void run()
-