| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Feature.write(Feature feature,
File file) |
static void |
Feature.write(Feature feature,
File file,
String indent) |
| Constructor and Description |
|---|
Feature(Feature other)
copy constructor
|
Copyright © 2008-2017 Eclipse Foundation. All Rights Reserved.