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 FeatureFeatureDescription. getFeature()Methods in org.eclipse.tycho.core with parameters of type Feature Modifier and Type Method Description voidArtifactDependencyWalker. 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 FeatureDefaultFeatureDescription. featureMethods in org.eclipse.tycho.core.osgitools that return Feature Modifier and Type Method Description FeatureDefaultFeatureDescription. getFeature()Methods in org.eclipse.tycho.core.osgitools with parameters of type Feature Modifier and Type Method Description voidAbstractArtifactDependencyWalker. traverseFeature(java.io.File location, Feature feature, ArtifactDependencyVisitor visitor)protected voidAbstractArtifactDependencyWalker. 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) FeatureSourceFeatureMojo. 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.extras.sourcefeature with parameters of type Feature Modifier and Type Method Description protected voidSourceFeatureMojo. addPlugin(Feature sourceFeature, P2ResolutionResult result, PluginRef pluginRef)(package private) FeatureSourceFeatureMojo. 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 voidSourceFeatureMojo. 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.model
Methods in org.eclipse.tycho.model that return Feature Modifier and Type Method Description static FeatureFeature. loadFeature(java.io.File location)Convenience method to load feature.xml file from either feature jar file or directory.static FeatureFeature. read(java.io.File file)static FeatureFeature. read(java.io.InputStream input)static FeatureFeature. readJar(java.io.File file)Methods in org.eclipse.tycho.model with parameters of type Feature Modifier and Type Method Description static voidFeature. write(Feature feature, java.io.File file)static voidFeature. 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 FeatureFeatureXmlTransformer. 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 FeatureFeatureXmlTransformer. expandReferences(Feature feature, TargetPlatform targetPlatform)Replaces references in the feature model with versions from the target platform.private voidPackageFeatureMojo. expandVersionQualifiers(Feature feature)java.io.FileLicenseFeatureHelper. getLicenseFeature(Feature feature, org.apache.maven.project.MavenProject mavenProject)Get the license feature jar for feature (ornullif it has no license feature).private voidPackageFeatureMojo. updateLicenseProperties(Feature feature, java.io.File licenseFeatureFile) -
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 FeatureFeatureXmlManipulator. getFeatureXml(ProjectMetadata project)Methods in org.eclipse.tycho.versions.manipulation with parameters of type Feature Modifier and Type Method Description private voidFeatureXmlManipulator. changeIncludedFeatures(PomVersionChange change, Feature feature)private voidFeatureXmlManipulator. changeIncludedPlugins(PomVersionChange change, Feature feature)private voidFeatureXmlManipulator. changeLicenseFeature(PomVersionChange change, Feature feature)private voidFeatureXmlManipulator. changeRequiredFeatures(PomVersionChange featureVersionChange, Feature feature, VersionRangeUpdateStrategy versionRangeUpdateStrategy)private voidFeatureXmlManipulator. changeRequiredPlugins(PomVersionChange bundleVersionChange, Feature feature, VersionRangeUpdateStrategy versionRangeUpdateStrategy)
-