Package | Description |
---|---|
org.eclipse.tycho.versions.engine | |
org.eclipse.tycho.versions.manipulation |
Modifier and Type | Method and Description |
---|---|
boolean |
MetadataManipulator.addMoreChanges(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
void |
VersionsEngine.addVersionChange(VersionChange change) |
void |
MetadataManipulator.applyChange(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
Collection<String> |
MetadataManipulator.validateChange(ProjectMetadata project,
VersionChange change) |
Modifier and Type | Method and Description |
---|---|
boolean |
MetadataManipulator.addMoreChanges(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
void |
MetadataManipulator.applyChange(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractMetadataManipulator.addMoreChanges(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
boolean |
PomManipulator.addMoreChanges(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
void |
SiteXmlManipulator.applyChange(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
void |
FeatureXmlManipulator.applyChange(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
void |
PomManipulator.applyChange(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
void |
EclipseApplicationProductFileManipulator.applyChange(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
void |
CategoryXmlManipulator.applyChange(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
void |
BundleManifestManipulator.applyChange(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
void |
EclipseRepositoryProductFileManipulator.applyChange(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
protected void |
ProductFileManipulator.applyChangeToProduct(ProjectMetadata project,
ProductConfiguration product,
String productFileName,
VersionChange change) |
protected void |
PomManipulator.changeDependencies(String pomPath,
List<GAV> dependencies,
VersionChange change,
String version,
String newVersion) |
protected void |
PomManipulator.changeDependencyManagement(String pomPath,
DependencyManagement dependencyManagment,
VersionChange change,
String version,
String newVersion) |
static boolean |
PomManipulator.isGavEquals(GAV gav,
VersionChange change) |
static boolean |
PomManipulator.isPluginGavEquals(GAV gav,
VersionChange change) |
Collection<String> |
SiteXmlManipulator.validateChange(ProjectMetadata project,
VersionChange change) |
Collection<String> |
FeatureXmlManipulator.validateChange(ProjectMetadata project,
VersionChange change) |
Collection<String> |
PomManipulator.validateChange(ProjectMetadata project,
VersionChange change) |
Collection<String> |
EclipseApplicationProductFileManipulator.validateChange(ProjectMetadata project,
VersionChange change) |
Collection<String> |
CategoryXmlManipulator.validateChange(ProjectMetadata project,
VersionChange change) |
Collection<String> |
BundleManifestManipulator.validateChange(ProjectMetadata project,
VersionChange change) |
Collection<String> |
EclipseRepositoryProductFileManipulator.validateChange(ProjectMetadata project,
VersionChange change) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractMetadataManipulator.addMoreChanges(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
boolean |
PomManipulator.addMoreChanges(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
void |
SiteXmlManipulator.applyChange(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
void |
FeatureXmlManipulator.applyChange(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
void |
PomManipulator.applyChange(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
void |
EclipseApplicationProductFileManipulator.applyChange(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
void |
CategoryXmlManipulator.applyChange(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
void |
BundleManifestManipulator.applyChange(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
void |
EclipseRepositoryProductFileManipulator.applyChange(ProjectMetadata project,
VersionChange change,
Set<VersionChange> allChanges) |
Copyright © 2008-2015 Eclipse Foundation. All Rights Reserved.