Class SsmActionBase
java.lang.Object
org.jpos.q2.cli.ssm.SsmActionBase
- All Implemented Interfaces:
CLICommand
Provides base for most SSM based commands. The exec method wraps the processing for derived classes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract booleancheckUsage(CLIContext cli, String[] strings) protected abstract voiddoCommand(CLIContext cli, JCESecurityModule sm, short keyLength, String[] strings) voidexec(CLIContext cli, String[] strings)
-
Constructor Details
-
SsmActionBase
public SsmActionBase()
-
-
Method Details
-
checkUsage
-
doCommand
protected abstract void doCommand(CLIContext cli, JCESecurityModule sm, short keyLength, String[] strings) throws SMException - Throws:
SMException
-
exec
- Specified by:
execin interfaceCLICommand- Throws:
Exception
-