org.sonatype.tycho.versions.manipulation
Class PomManipulator
java.lang.Object
org.sonatype.tycho.versions.manipulation.AbstractMetadataManipulator
org.sonatype.tycho.versions.manipulation.PomManipulator
- All Implemented Interfaces:
- MetadataManipulator
@Component(role=MetadataManipulator.class,
hint="pom")
public class PomManipulator
- extends AbstractMetadataManipulator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PomManipulator
public PomManipulator()
addMoreChanges
public boolean addMoreChanges(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges)
- Specified by:
addMoreChanges
in interface MetadataManipulator
- Overrides:
addMoreChanges
in class AbstractMetadataManipulator
applyChange
public void applyChange(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges)
writeMetadata
public void writeMetadata(ProjectMetadata project)
throws IOException
- Throws:
IOException
Copyright © 2008-2011. All Rights Reserved.