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 boolean
addMoreChanges(ProjectMetadata project, VersionChangesDescriptor versionChangeContext)
void
applyChanges(ProjectMetadata project, VersionChangesDescriptor versionChangeContext)
Collection<String>
validateChanges(ProjectMetadata project, VersionChangesDescriptor versionChangeContext)
void
writeMetadata(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:
addMoreChanges
in interfaceMetadataManipulator
- Overrides:
addMoreChanges
in 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
-
-