org.eclipse.tycho.model
Class Category

java.lang.Object
  extended by org.eclipse.tycho.model.Category

public class Category
extends Object


Field Summary
static String CATEGORY_XML
           
 
Constructor Summary
Category(de.pdark.decentxml.Document document)
           
 
Method Summary
 List<FeatureRef> getFeatures()
           
static Category read(File file)
           
static Category read(InputStream is)
           
static void write(Category category, File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CATEGORY_XML

public static final String CATEGORY_XML
See Also:
Constant Field Values
Constructor Detail

Category

public Category(de.pdark.decentxml.Document document)
Method Detail

getFeatures

public List<FeatureRef> getFeatures()

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


Copyright © 2008-2013 Eclipse Foundation. All Rights Reserved.