| Package | Description |
|---|---|
| org.eclipse.tycho.core | |
| org.eclipse.tycho.core.osgitools | |
| org.eclipse.tycho.model | |
| org.eclipse.tycho.packaging |
| Modifier and Type | Method and Description |
|---|---|
Feature |
FeatureDescription.getFeature() |
| Modifier and Type | Method and Description |
|---|---|
void |
ArtifactDependencyWalker.traverseFeature(File location,
Feature feature,
ArtifactDependencyVisitor visitor)
Walks dependencies of specified feature.
|
| Modifier and Type | Method and Description |
|---|---|
Feature |
DefaultFeatureDescription.getFeature() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractArtifactDependencyWalker.traverseFeature(File location,
Feature feature,
ArtifactDependencyVisitor visitor) |
protected void |
AbstractArtifactDependencyWalker.traverseFeature(File location,
Feature feature,
FeatureRef featureRef,
ArtifactDependencyVisitor visitor,
AbstractArtifactDependencyWalker.WalkbackPath visited) |
| Constructor and Description |
|---|
DefaultFeatureDescription(ArtifactKey key,
File location,
ReactorProject project,
String classifier,
Feature feature,
FeatureRef featureRef,
Set<Object> installableUnits) |
| 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) |
| Constructor and Description |
|---|
Feature(Feature other)
copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
Feature |
FeatureXmlTransformer.transform(ReactorProject reactorProject,
Feature source,
ArtifactDependencyWalker dependencies) |
| Modifier and Type | Method and Description |
|---|---|
Feature |
FeatureXmlTransformer.transform(ReactorProject reactorProject,
Feature source,
ArtifactDependencyWalker dependencies) |
Copyright © 2008-2012 Eclipse Foundation. All Rights Reserved.