Package | Description |
---|---|
org.eclipse.tycho.versions.engine | |
org.eclipse.tycho.versions.manipulation | |
org.eclipse.tycho.versions.pom |
Modifier and Type | Method and Description |
---|---|
PomFile |
PomVersionChange.getProject() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
VersionUpdater.addVersionChange(VersionsEngine engine,
PomFile pom,
String osgiVersion) |
protected void |
PomVersionUpdater.addVersionChange(VersionsEngine engine,
PomFile pom,
String osgiVersion) |
protected void |
EclipseVersionUpdater.addVersionChange(VersionsEngine engine,
PomFile pom,
String osgiVersion) |
Constructor and Description |
---|
PomVersionChange(PomFile pom,
String newVersion) |
PomVersionChange(PomFile pom,
String version,
String newVersion) |
Modifier and Type | Method and Description |
---|---|
void |
PomManipulator.applyPropertyChange(PomFile pom,
String propertyName,
String propertyValue) |
protected boolean |
AbstractMetadataManipulator.isBundle(PomFile pom) |
protected boolean |
ProductFileManipulator.isSameProject(ProjectMetadata project1,
PomFile project2) |
Modifier and Type | Method and Description |
---|---|
static PomFile |
PomFile.read(File file,
boolean isMutable) |
static PomFile |
PomFile.read(InputStream input,
boolean isMutable) |
Modifier and Type | Method and Description |
---|---|
static void |
PomFile.write(PomFile pom,
File file) |
static void |
PomFile.write(PomFile pom,
OutputStream out) |
Copyright © 2008–2020 Eclipse Foundation. All rights reserved.