service = new GoogleService(
serviceName_FLAG, FeedClient.class.getName(), authnURLProtocol_FLAG, authnURL_FLAG);
commands = new LinkedHashMap<String, FeedClientCommand>();
addCommand(new AddBlackListedGadget(service, fileUtil));
addCommand(new AddWhiteListedGadget(service, fileUtil));
addCommand(new DeleteGadget(service, fileUtil));
addCommand(new DeleteUserGadget(service, fileUtil));
addCommand(new DirGadgets(service, fileUtil));
addCommand(new DirPublicGadgets(service, fileUtil));
addCommand(new GetEntry(service, fileUtil));