public interface MetadataManipulator
Modifier and Type | Method and Description |
---|---|
boolean |
addMoreChanges(ProjectMetadata project,
VersionChangesDescriptor versionChangeContext) |
void |
applyChanges(ProjectMetadata project,
VersionChangesDescriptor versionChangeContext) |
Collection<String> |
validateChanges(ProjectMetadata project,
VersionChangesDescriptor versionChangeContext) |
void |
writeMetadata(ProjectMetadata project) |
boolean addMoreChanges(ProjectMetadata project, VersionChangesDescriptor versionChangeContext)
Collection<String> validateChanges(ProjectMetadata project, VersionChangesDescriptor versionChangeContext)
void applyChanges(ProjectMetadata project, VersionChangesDescriptor versionChangeContext)
void writeMetadata(ProjectMetadata project) throws IOException
IOException
Copyright © 2008–2020 Eclipse Foundation. All rights reserved.