addCommand(new PublishGadget(service, fileUtil));
addCommand(new PublishUserGadget(service, fileUtil));
addCommand(new RemoveBlackListedGadget(service, fileUtil));
addCommand(new RemoveWhiteListedGadget(service, fileUtil));
addCommand(new SetPublicGadgetDirFilter(service, fileUtil));
addCommand(new Shell(service, fileUtil, this));
addCommand(new ShowGadget(service, fileUtil));
addCommand(new ShowPublicGadgetDirFilter(service, fileUtil));
addCommand(new ShowUserGadget(service, fileUtil));
addCommand(new UnpublishGadget(service, fileUtil));
addCommand(new UploadGadget(service, fileUtil));