public interface MetadataManipulator
Modifier and Type | Method and Description |
---|---|
boolean |
addMoreChanges(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
void |
applyChange(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
Collection<String> |
validateChange(ProjectMetadata project,
VersionChange change) |
void |
writeMetadata(ProjectMetadata project) |
Collection<String> validateChange(ProjectMetadata project, VersionChange change)
void applyChange(ProjectMetadata project, VersionChange change, Set<VersionChange> allChanges)
boolean addMoreChanges(ProjectMetadata project, VersionChange change, Set<VersionChange> allChanges)
void writeMetadata(ProjectMetadata project) throws IOException
IOException
Copyright © 2008-2016 Eclipse Foundation. All Rights Reserved.