Uses of Class
org.eclipse.tycho.model.Feature

Uses of Feature in org.eclipse.tycho.model
 

Methods in org.eclipse.tycho.model that return Feature
static Feature Feature.loadFeature(File location)
          Convenience method to load feature.xml file from either feature jar file or directory.
static Feature Feature.read(File file)
           
static Feature Feature.read(InputStream input)
           
static Feature Feature.readJar(File file)
           
 

Methods in org.eclipse.tycho.model with parameters of type Feature
static void Feature.write(Feature feature, File file)
           
static void Feature.write(Feature feature, File file, String indent)
           
 

Constructors in org.eclipse.tycho.model with parameters of type Feature
Feature(Feature other)
          copy constructor
 



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