@Component(role=MetadataManipulator.class, hint="pom") public class PomManipulator extends AbstractMetadataManipulator
logger| Constructor and Description |
|---|
PomManipulator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addMoreChanges(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
void |
applyChange(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
static boolean |
isGavEquals(GAV gav,
VersionChange change) |
void |
writeMetadata(ProjectMetadata project) |
isBundle, isBundle, isFeature, isFeaturepublic boolean addMoreChanges(ProjectMetadata project, VersionChange change, Set<VersionChange> allChanges)
addMoreChanges in interface MetadataManipulatoraddMoreChanges in class AbstractMetadataManipulatorpublic void applyChange(ProjectMetadata project, VersionChange change, Set<VersionChange> allChanges)
public static boolean isGavEquals(GAV gav, VersionChange change)
public void writeMetadata(ProjectMetadata project) throws IOException
IOExceptionCopyright © 2008-2012 Eclipse Foundation. All Rights Reserved.