Uses of Class
org.eclipse.tycho.model.UpdateSite
-
Packages that use UpdateSite Package Description org.eclipse.tycho.core org.eclipse.tycho.core.osgitools org.eclipse.tycho.model org.eclipse.tycho.versions.manipulation -
-
Uses of UpdateSite in org.eclipse.tycho.core
Methods in org.eclipse.tycho.core with parameters of type UpdateSite Modifier and Type Method Description voidArtifactDependencyWalker. traverseUpdateSite(UpdateSite site, ArtifactDependencyVisitor visitor) -
Uses of UpdateSite in org.eclipse.tycho.core.osgitools
Methods in org.eclipse.tycho.core.osgitools that return UpdateSite Modifier and Type Method Description private UpdateSiteUpdateSiteProject. loadSite(org.apache.maven.project.MavenProject project)Methods in org.eclipse.tycho.core.osgitools with parameters of type UpdateSite Modifier and Type Method Description voidAbstractArtifactDependencyWalker. traverseUpdateSite(UpdateSite site, ArtifactDependencyVisitor visitor) -
Uses of UpdateSite in org.eclipse.tycho.model
Methods in org.eclipse.tycho.model that return UpdateSite Modifier and Type Method Description static UpdateSiteUpdateSite. read(java.io.File file)static UpdateSiteUpdateSite. read(java.io.InputStream is)Methods in org.eclipse.tycho.model with parameters of type UpdateSite Modifier and Type Method Description static voidUpdateSite. write(UpdateSite site, java.io.File file) -
Uses of UpdateSite in org.eclipse.tycho.versions.manipulation
Methods in org.eclipse.tycho.versions.manipulation that return UpdateSite Modifier and Type Method Description private UpdateSiteSiteXmlManipulator. getSiteXml(ProjectMetadata project)
-