Package org.eclipse.tycho.model
Class Category
- java.lang.Object
-
- org.eclipse.tycho.model.Category
-
public class Category extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CATEGORY_XML
-
Constructor Summary
Constructors Constructor Description Category(de.pdark.decentxml.Document document)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<UpdateSite.SiteFeatureRef>
getFeatures()
List<PluginRef>
getPlugins()
List<RepositoryReference>
getRepositoryReferences()
static Category
read(File file)
static Category
read(InputStream is)
static void
write(Category category, File file)
-
-
-
Field Detail
-
CATEGORY_XML
public static final String CATEGORY_XML
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFeatures
public List<UpdateSite.SiteFeatureRef> getFeatures()
-
getRepositoryReferences
public List<RepositoryReference> getRepositoryReferences()
-
read
public static Category read(File file) throws IOException
- Throws:
IOException
-
read
public static Category read(InputStream is) throws IOException
- Throws:
IOException
-
write
public static void write(Category category, File file) throws IOException
- Throws:
IOException
-
-