Package | Description |
---|---|
org.eclipse.tycho.versions.engine | |
org.eclipse.tycho.versions.manipulation | |
org.eclipse.tycho.versions.pom |
Modifier and Type | Field and Description |
---|---|
(package private) PomFile |
VersionsEngine.PropertyChange.pom |
private PomFile |
PomVersionChange.pom |
Modifier and Type | Method and Description |
---|---|
private PomFile |
VersionsEngine.getMutablePom(java.lang.String artifactId) |
PomFile |
PomVersionChange.getProject() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
VersionUpdater.addVersionChange(VersionsEngine engine,
PomFile pom,
java.lang.String osgiVersion) |
protected void |
PomVersionUpdater.addVersionChange(VersionsEngine engine,
PomFile pom,
java.lang.String osgiVersion) |
protected void |
EclipseVersionUpdater.addVersionChange(VersionsEngine engine,
PomFile pom,
java.lang.String osgiVersion) |
private static java.io.File |
VersionUpdater.findProductFile(ProjectMetadata project,
PomFile pom,
org.codehaus.plexus.logging.Logger logger) |
private java.util.Set<java.io.File> |
ProjectMetadataReader.getChildren(java.io.File basedir,
PomFile project) |
Constructor and Description |
---|
PomVersionChange(PomFile pom,
java.lang.String newVersion) |
PomVersionChange(PomFile pom,
java.lang.String version,
java.lang.String newVersion) |
PropertyChange(PomFile pom,
java.lang.String propertyName,
java.lang.String propertyValue) |
Modifier and Type | Method and Description |
---|---|
void |
PomManipulator.applyPropertyChange(PomFile pom,
java.lang.String propertyName,
java.lang.String propertyValue) |
protected boolean |
AbstractMetadataManipulator.isBundle(PomFile pom) |
private static boolean |
PomManipulator.isGavEquals(PomFile pom,
PomVersionChange change) |
protected boolean |
ProductFileManipulator.isSameProject(ProjectMetadata project1,
PomFile project2) |
Modifier and Type | Method and Description |
---|---|
static PomFile |
PomFile.read(java.io.File file,
boolean isMutable) |
static PomFile |
PomFile.read(java.io.InputStream input,
boolean isMutable) |
Modifier and Type | Method and Description |
---|---|
static void |
PomFile.write(PomFile pom,
java.io.File file) |
static void |
PomFile.write(PomFile pom,
java.io.OutputStream out) |