Package com.google.feedserver.tools.commands

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


    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));
    addCommand(new GetFeed(service, fileUtil));
    addCommand(new InsertEntry(service, fileUtil));
    addCommand(new ListGadgets(service, fileUtil));
    addCommand(new ListUserGadgets(service, fileUtil));
View Full Code Here

TOP

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

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.