public class Category extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CATEGORY_XML |
| Constructor and Description |
|---|
Category(de.pdark.decentxml.Document document) |
| Modifier and Type | Method and Description |
|---|---|
List<UpdateSite.SiteFeatureRef> |
getFeatures() |
List<PluginRef> |
getPlugins() |
static Category |
read(File file) |
static Category |
read(InputStream is) |
static void |
write(Category category,
File file) |
public static final String CATEGORY_XML
public List<UpdateSite.SiteFeatureRef> getFeatures()
public static Category read(File file) throws IOException
IOExceptionpublic static Category read(InputStream is) throws IOException
IOExceptionpublic static void write(Category category, File file) throws IOException
IOExceptionCopyright © 2008-2017 Eclipse Foundation. All Rights Reserved.