Package com.google.feedserver.tools.commands

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


    addCommand(new GetEntry(service, fileUtil));
    addCommand(new GetFeed(service, fileUtil));
    addCommand(new InsertEntry(service, fileUtil));
    addCommand(new ListGadgets(service, fileUtil));
    addCommand(new ListUserGadgets(service, fileUtil));
    addCommand(new ListBlackListedGadgets(service, fileUtil));
    addCommand(new ListWhiteListedGadgets(service, fileUtil));
    addCommand(new PublishGadget(service, fileUtil));
    addCommand(new PublishUserGadget(service, fileUtil));
    addCommand(new RemoveBlackListedGadget(service, fileUtil));
    addCommand(new RemoveWhiteListedGadget(service, fileUtil));
View Full Code Here

TOP

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

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.