public class ExternalGadgetDescriptor extends BaseGadgetDescriptor implements GadgetDeclaration
| Constructor and Description |
|---|
ExternalGadgetDescriptor(String category,
boolean disabled,
URL gadgetDefinition,
String iconURL,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getDescription() |
boolean |
getDisabled() |
URL |
getGadgetDefinition() |
String |
getIconUrl() |
String |
getName() |
URL |
getResource(String resourcePath) |
InputStream |
getResourceAsStream(String resourcePath) |
boolean |
isExternal() |
getAuthor, getDescription, getGadgetSpec, getPublicGadgetDefinition, getScreenshot, getThumbnail, getTitle, getTitleequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAuthor, getDescription, getGadgetSpec, getPublicGadgetDefinition, getScreenshot, getThumbnail, getTitle, getTitlepublic String getCategory()
getCategory in interface GadgetDeclarationpublic boolean getDisabled()
getDisabled in interface GadgetDeclarationpublic URL getGadgetDefinition()
getGadgetDefinition in interface GadgetDeclarationpublic String getIconUrl()
getIconUrl in interface GadgetDeclarationpublic String getName()
getName in interface GadgetDeclarationpublic InputStream getResourceAsStream(String resourcePath) throws IOException
getResourceAsStream in interface GadgetDeclarationIOExceptionpublic URL getResource(String resourcePath) throws IOException
getResource in interface GadgetDeclarationIOExceptionpublic String getDescription()
getDescription in interface GadgetDeclarationpublic boolean isExternal()
isExternal in interface GadgetDeclarationCopyright © 2015 Nuxeo SA. All rights reserved.