434445464748495051
AbstractCommand command = new CommandUnlockKeystore(); BaseCommandArgs args = new BaseCommandArgs(keystoreNames.toArray(new String[keystoreNames.size()])); command.execute(this, connection, args); return null; } }