public abstract class LocalGadgetData extends GadgetData
| Modifier and Type | Field and Description |
|---|---|
static String |
GADGET_MIME_TYPE
Mime type for gadgets.
|
| Constructor and Description |
|---|
LocalGadgetData() |
| Modifier and Type | Method and Description |
|---|---|
abstract GadgetDefinition |
getDefinition() |
abstract String |
getFileName() |
Date |
getLastModified() |
abstract String |
getPath() |
abstract org.chromattic.ext.ntdef.NTFolder |
getResources() |
String |
getSource() |
abstract void |
setFileName(String fileName) |
protected abstract void |
setResources(org.chromattic.ext.ntdef.NTFolder resources) |
void |
setSource(String gadgetXML) |
public static final String GADGET_MIME_TYPE
public abstract GadgetDefinition getDefinition()
public abstract String getFileName()
public abstract void setFileName(String fileName)
public abstract org.chromattic.ext.ntdef.NTFolder getResources()
protected abstract void setResources(org.chromattic.ext.ntdef.NTFolder resources)
public abstract String getPath()
public Date getLastModified()
Copyright © 2018 JBoss by Red Hat. All Rights Reserved.