Class ProductFileManipulator
- java.lang.Object
-
- org.eclipse.tycho.versions.manipulation.AbstractMetadataManipulator
-
- org.eclipse.tycho.versions.manipulation.ProductFileManipulator
-
- All Implemented Interfaces:
MetadataManipulator
- Direct Known Subclasses:
EclipseApplicationProductFileManipulator
,EclipseRepositoryProductFileManipulator
public abstract class ProductFileManipulator extends AbstractMetadataManipulator
-
-
Field Summary
-
Fields inherited from class org.eclipse.tycho.versions.manipulation.AbstractMetadataManipulator
logger
-
-
Constructor Summary
Constructors Constructor Description ProductFileManipulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
applyChangeToProduct(ProjectMetadata project, ProductConfiguration product, java.lang.String productFileName, PomVersionChange change)
protected boolean
isSameProject(ProjectMetadata project1, PomFile project2)
-
Methods inherited from class org.eclipse.tycho.versions.manipulation.AbstractMetadataManipulator
addMoreChanges, isBundle, isBundle, isFeature, isFeature
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.tycho.versions.engine.MetadataManipulator
applyChanges, validateChanges, writeMetadata
-
-
-
-
Method Detail
-
applyChangeToProduct
protected void applyChangeToProduct(ProjectMetadata project, ProductConfiguration product, java.lang.String productFileName, PomVersionChange change)
-
isSameProject
protected boolean isSameProject(ProjectMetadata project1, PomFile project2)
-
-