Package org.iqtig.tpacker.cli.commands
Class AbstractSubCommand
- java.lang.Object
-
- org.iqtig.tpacker.cli.commands.AbstractSubCommand
-
- Direct Known Subclasses:
AbstractFileProcessingSubCommand
,CheckEncryptionTypeCommand
public class AbstractSubCommand extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
help
protected MainCommand
mainCommand
-
Constructor Summary
Constructors Constructor Description AbstractSubCommand()
-
-
-
Field Detail
-
help
protected boolean help
-
mainCommand
protected MainCommand mainCommand
-
-