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
IOException
public static Category read(InputStream is) throws IOException
IOException
public static void write(Category category, File file) throws IOException
IOException
Copyright © 2008–2014 Eclipse Foundation. All rights reserved.