Uses of Class
org.eclipse.tycho.model.Feature
-
Packages that use Feature Package Description org.eclipse.tycho.core org.eclipse.tycho.core.osgitools org.eclipse.tycho.extras.sourcefeature org.eclipse.tycho.model org.eclipse.tycho.packaging -
-
Uses of Feature in org.eclipse.tycho.core
Methods in org.eclipse.tycho.core that return Feature Modifier and Type Method Description Feature
FeatureDescription. getFeature()
Methods in org.eclipse.tycho.core with parameters of type Feature Modifier and Type Method Description void
ArtifactDependencyWalker. traverseFeature(File location, Feature feature, ArtifactDependencyVisitor visitor)
Walks dependencies of specified feature. -
Uses of Feature in org.eclipse.tycho.core.osgitools
Methods in org.eclipse.tycho.core.osgitools that return Feature Modifier and Type Method Description Feature
DefaultFeatureDescription. getFeature()
Methods in org.eclipse.tycho.core.osgitools with parameters of type Feature Modifier and Type Method 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)
Constructors in org.eclipse.tycho.core.osgitools with parameters of type Feature Constructor Description DefaultFeatureDescription(ArtifactKey key, File location, ReactorProject project, String classifier, Feature feature, FeatureRef featureRef, Set<Object> installableUnits)
-
Uses of Feature in org.eclipse.tycho.extras.sourcefeature
Methods in org.eclipse.tycho.extras.sourcefeature with parameters of type Feature Modifier and Type Method Description protected void
SourceFeatureMojo. addPlugin(Feature sourceFeature, P2ResolutionResult result, PluginRef pluginRef)
-
Uses of Feature in org.eclipse.tycho.model
Methods in org.eclipse.tycho.model that return Feature Modifier and Type Method 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)
Methods in org.eclipse.tycho.model with parameters of type Feature Modifier and Type Method Description 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 Constructor Description Feature(Feature other)
copy constructor -
Uses of Feature in org.eclipse.tycho.packaging
Methods in org.eclipse.tycho.packaging that return Feature Modifier and Type Method Description Feature
FeatureXmlTransformer. expandReferences(Feature feature, TargetPlatform targetPlatform)
Replaces references in the feature model with versions from the target platform.Methods in org.eclipse.tycho.packaging with parameters of type Feature Modifier and Type Method Description Feature
FeatureXmlTransformer. expandReferences(Feature feature, TargetPlatform targetPlatform)
Replaces references in the feature model with versions from the target platform.File
LicenseFeatureHelper. getLicenseFeature(Feature feature, org.apache.maven.project.MavenProject mavenProject)
Get the license feature jar for feature (ornull
if it has no license feature).
-