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 Modifier and Type Method Description static FeatureFeature. loadFeature(File location)Convenience method to load feature.xml file from either feature jar file or directory.static FeatureFeature. read(File file)static FeatureFeature. read(InputStream input)static FeatureFeature. readJar(File file)Methods in org.eclipse.tycho.model with parameters of type Feature Modifier and Type Method Description static voidFeature. write(Feature feature, File file)static voidFeature. write(Feature feature, File file, String indent)Constructors in org.eclipse.tycho.model with parameters of type Feature Constructor Description Feature(Feature other)copy constructor
-