public abstract class AbstractMetadataManipulator extends Object implements MetadataManipulator
Modifier and Type | Field and Description |
---|---|
protected org.codehaus.plexus.logging.Logger |
logger |
Constructor and Description |
---|
AbstractMetadataManipulator() |
Modifier and Type | Method and Description |
---|---|
boolean |
addMoreChanges(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
protected boolean |
isBundle(MutablePomFile pom) |
protected boolean |
isBundle(ProjectMetadata project) |
protected boolean |
isFeature(ProjectMetadata project) |
protected boolean |
isFeature(String packaging) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyChange, validateChange, writeMetadata
protected boolean isBundle(ProjectMetadata project)
protected boolean isBundle(MutablePomFile pom)
protected boolean isFeature(ProjectMetadata project)
protected boolean isFeature(String packaging)
public boolean addMoreChanges(ProjectMetadata project, VersionChange change, Set<VersionChange> allChanges)
addMoreChanges
in interface MetadataManipulator
Copyright © 2008–2013 Eclipse Foundation. All rights reserved.