Uses of Class
org.eclipse.tycho.model.Feature
-
-
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(java.io.File location, Feature feature, ArtifactDependencyVisitor visitor)
Walks dependencies of specified feature. -
Uses of Feature in org.eclipse.tycho.core.osgitools
Fields in org.eclipse.tycho.core.osgitools declared as Feature Modifier and Type Field Description private Feature
DefaultFeatureDescription. feature
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(java.io.File location, Feature feature, ArtifactDependencyVisitor visitor)
protected void
AbstractArtifactDependencyWalker. traverseFeature(java.io.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, java.io.File location, ReactorProject project, java.lang.String classifier, Feature feature, FeatureRef featureRef, java.util.Set<java.lang.Object> installableUnits)
-
Uses of Feature in org.eclipse.tycho.extras.sourcefeature
Methods in org.eclipse.tycho.extras.sourcefeature that return Feature Modifier and Type Method Description (package private) Feature
SourceFeatureMojo. createSourceFeatureSkeleton(Feature feature, java.util.Properties mergedFeatureProperties, java.util.Properties sourceTemplateProperties)
Deprecated, for removal: This API element is subject to removal in a future version.This only create the new feature skeleton by setting labels and other not-structural values that don't require platform resolution.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)
Deprecated, for removal: This API element is subject to removal in a future version.(package private) Feature
SourceFeatureMojo. createSourceFeatureSkeleton(Feature feature, java.util.Properties mergedFeatureProperties, java.util.Properties sourceTemplateProperties)
Deprecated, for removal: This API element is subject to removal in a future version.This only create the new feature skeleton by setting labels and other not-structural values that don't require platform resolution.private void
SourceFeatureMojo. fillReferences(Feature sourceFeature, Feature feature, TargetPlatform targetPlatform)
Deprecated, for removal: This API element is subject to removal in a future version.Added all references to sourceFeature, as deduced by feature and resolved by targetPlatform -
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(java.io.File location)
Convenience method to load feature.xml file from either feature jar file or directory.static Feature
Feature. read(java.io.File file)
static Feature
Feature. read(java.io.InputStream input)
static Feature
Feature. readJar(java.io.File file)
Methods in org.eclipse.tycho.model with parameters of type Feature Modifier and Type Method Description static void
Feature. write(Feature feature, java.io.File file)
static void
Feature. write(Feature feature, java.io.File file, java.lang.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.private void
PackageFeatureMojo. expandVersionQualifiers(Feature feature)
java.io.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).private void
PackageFeatureMojo. updateLicenseProperties(Feature feature, java.io.File licenseFeatureFile)
-
Uses of Feature in org.eclipse.tycho.source
Methods in org.eclipse.tycho.source that return Feature Modifier and Type Method Description (package private) Feature
SourceFeatureMojo. createSourceFeatureSkeleton(Feature feature, java.util.Properties mergedFeatureProperties, java.util.Properties sourceTemplateProperties)
This only create the new feature skeleton by setting labels and other not-structural values that don't require platform resolution.Methods in org.eclipse.tycho.source with parameters of type Feature Modifier and Type Method Description protected void
SourceFeatureMojo. addPlugin(Feature sourceFeature, P2ResolutionResult result, PluginRef pluginRef)
(package private) Feature
SourceFeatureMojo. createSourceFeatureSkeleton(Feature feature, java.util.Properties mergedFeatureProperties, java.util.Properties sourceTemplateProperties)
This only create the new feature skeleton by setting labels and other not-structural values that don't require platform resolution.private void
SourceFeatureMojo. fillReferences(Feature sourceFeature, Feature feature, TargetPlatform targetPlatform)
Added all references to sourceFeature, as deduced by feature and resolved by targetPlatform -
Uses of Feature in org.eclipse.tycho.versions.manipulation
Methods in org.eclipse.tycho.versions.manipulation that return Feature Modifier and Type Method Description private Feature
FeatureXmlManipulator. getFeatureXml(ProjectMetadata project)
Methods in org.eclipse.tycho.versions.manipulation with parameters of type Feature Modifier and Type Method Description private void
FeatureXmlManipulator. changeIncludedFeatures(PomVersionChange change, Feature feature)
private void
FeatureXmlManipulator. changeIncludedPlugins(PomVersionChange change, Feature feature)
private void
FeatureXmlManipulator. changeLicenseFeature(PomVersionChange change, Feature feature)
private void
FeatureXmlManipulator. changeRequiredFeatures(PomVersionChange featureVersionChange, Feature feature, VersionRangeUpdateStrategy versionRangeUpdateStrategy)
private void
FeatureXmlManipulator. changeRequiredPlugins(PomVersionChange bundleVersionChange, Feature feature, VersionRangeUpdateStrategy versionRangeUpdateStrategy)
-