Package io.continual.iam.tools
Class IamDbTool.IamDbCmd
java.lang.Object
io.continual.util.console.shell.SimpleCommand
io.continual.iam.tools.IamDbTool.IamDbCmd
- All Implemented Interfaces:
Command
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidexecute(IamDb<?, ?> db, Vector<String> args, HashMap<String, Object> workspace, CmdLinePrefs p, PrintStream outTo) protected final ConsoleLooper.InputResultexecute(HashMap<String, Object> workspace, CmdLinePrefs p, PrintStream outTo) Methods inherited from class io.continual.util.console.shell.SimpleCommand
checkArgs, enable, enabled, execute, getCommand, getHelp, getUsage, getWorkspaceObject, setupParser
-
Constructor Details
-
IamDbCmd
-
-
Method Details
-
execute
protected final ConsoleLooper.InputResult execute(HashMap<String, Object> workspace, CmdLinePrefs p, PrintStream outTo) throws ConsoleProgram.UsageException, NvReadable.MissingReqdSettingException- Specified by:
executein classSimpleCommand- Throws:
ConsoleProgram.UsageExceptionNvReadable.MissingReqdSettingException
-
execute
protected abstract void execute(IamDb<?, ?> db, Vector<String> args, HashMap<String, throws ConsoleProgram.UsageException, NvReadable.MissingReqdSettingExceptionObject> workspace, CmdLinePrefs p, PrintStream outTo)
-