Package com.google.feedserver.tools.commands

Examples of com.google.feedserver.tools.commands.AddWhiteListedGadget


    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));
View Full Code Here

TOP

Related Classes of com.google.feedserver.tools.commands.AddWhiteListedGadget

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.