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