Package | Description |
---|---|
org.eclipse.tycho.versions.engine | |
org.eclipse.tycho.versions.manipulation | |
org.eclipse.tycho.versions.pom |
Modifier and Type | Field and Description |
---|---|
private PomFile |
VersionChange.pom |
(package private) PomFile |
VersionsEngine.PropertyChange.pom |
Modifier and Type | Method and Description |
---|---|
private PomFile |
VersionsEngine.getMutablePom(java.lang.String artifactId) |
PomFile |
VersionChange.getProject() |
Modifier and Type | Method and Description |
---|---|
private java.util.Set<java.io.File> |
ProjectMetadataReader.getChildren(java.io.File basedir,
PomFile project) |
Constructor and Description |
---|
PropertyChange(PomFile pom,
java.lang.String propertyName,
java.lang.String propertyValue) |
VersionChange(PomFile pom,
java.lang.String newVersion) |
VersionChange(PomFile pom,
java.lang.String version,
java.lang.String newVersion) |
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,
VersionChange 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) |