Class BundleManifestManipulator
- java.lang.Object
-
- org.eclipse.tycho.versions.manipulation.AbstractMetadataManipulator
-
- org.eclipse.tycho.versions.manipulation.BundleManifestManipulator
-
- All Implemented Interfaces:
MetadataManipulator
@Component(role=MetadataManipulator.class, hint="bundle-manifest") public class BundleManifestManipulator extends AbstractMetadataManipulator
-
-
Field Summary
-
Fields inherited from class org.eclipse.tycho.versions.manipulation.AbstractMetadataManipulator
logger
-
-
Constructor Summary
Constructors Constructor Description BundleManifestManipulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaddMoreChanges(ProjectMetadata project, VersionChangesDescriptor versionChangeContext)voidapplyChanges(ProjectMetadata project, VersionChangesDescriptor versionChangeContext)Collection<String>validateChanges(ProjectMetadata project, VersionChangesDescriptor versionChangeContext)voidwriteMetadata(ProjectMetadata project)-
Methods inherited from class org.eclipse.tycho.versions.manipulation.AbstractMetadataManipulator
isBundle, isBundle, isFeature, isFeature
-
-
-
-
Method Detail
-
addMoreChanges
public boolean addMoreChanges(ProjectMetadata project, VersionChangesDescriptor versionChangeContext)
- Specified by:
addMoreChangesin interfaceMetadataManipulator- Overrides:
addMoreChangesin classAbstractMetadataManipulator
-
validateChanges
public Collection<String> validateChanges(ProjectMetadata project, VersionChangesDescriptor versionChangeContext)
-
applyChanges
public void applyChanges(ProjectMetadata project, VersionChangesDescriptor versionChangeContext)
-
writeMetadata
public void writeMetadata(ProjectMetadata project) throws IOException
- Throws:
IOException
-
-