Uses of Class
org.sonatype.tycho.versions.engine.VersionChange

Packages that use VersionChange
org.sonatype.tycho.versions.engine   
org.sonatype.tycho.versions.manipulation   
 

Uses of VersionChange in org.sonatype.tycho.versions.engine
 

Methods in org.sonatype.tycho.versions.engine with parameters of type VersionChange
 boolean MetadataManipulator.addMoreChanges(ProjectMetadata project, VersionChange change, Set<VersionChange> allChanges)
           
 void MetadataManipulator.applyChange(ProjectMetadata project, VersionChange change, Set<VersionChange> allChanges)
           
 

Method parameters in org.sonatype.tycho.versions.engine with type arguments of type VersionChange
 boolean MetadataManipulator.addMoreChanges(ProjectMetadata project, VersionChange change, Set<VersionChange> allChanges)
           
 void MetadataManipulator.applyChange(ProjectMetadata project, VersionChange change, Set<VersionChange> allChanges)
           
 

Uses of VersionChange in org.sonatype.tycho.versions.manipulation
 

Methods in org.sonatype.tycho.versions.manipulation with parameters of type VersionChange
 boolean AbstractMetadataManipulator.addMoreChanges(ProjectMetadata project, VersionChange change, Set<VersionChange> allChanges)
           
 boolean PomManipulator.addMoreChanges(ProjectMetadata project, VersionChange change, Set<VersionChange> allChanges)
           
 void BundleManifestManipulator.applyChange(ProjectMetadata project, VersionChange change, Set<VersionChange> allChanges)
           
 void ProductFileManipulator.applyChange(ProjectMetadata project, VersionChange change, Set<VersionChange> allChanges)
           
 void FeatureXmlManipulator.applyChange(ProjectMetadata project, VersionChange change, Set<VersionChange> allChanges)
           
 void SiteXmlManipulator.applyChange(ProjectMetadata project, VersionChange change, Set<VersionChange> allChanges)
           
 void PomManipulator.applyChange(ProjectMetadata project, VersionChange change, Set<VersionChange> allChanges)
           
 

Method parameters in org.sonatype.tycho.versions.manipulation with type arguments of type VersionChange
 boolean AbstractMetadataManipulator.addMoreChanges(ProjectMetadata project, VersionChange change, Set<VersionChange> allChanges)
           
 boolean PomManipulator.addMoreChanges(ProjectMetadata project, VersionChange change, Set<VersionChange> allChanges)
           
 void BundleManifestManipulator.applyChange(ProjectMetadata project, VersionChange change, Set<VersionChange> allChanges)
           
 void ProductFileManipulator.applyChange(ProjectMetadata project, VersionChange change, Set<VersionChange> allChanges)
           
 void FeatureXmlManipulator.applyChange(ProjectMetadata project, VersionChange change, Set<VersionChange> allChanges)
           
 void SiteXmlManipulator.applyChange(ProjectMetadata project, VersionChange change, Set<VersionChange> allChanges)
           
 void PomManipulator.applyChange(ProjectMetadata project, VersionChange change, Set<VersionChange> allChanges)
           
 



Copyright © 2008-2011. All Rights Reserved.