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 void
ArtifactDependencyWalker. 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 UpdateSite
UpdateSiteProject. loadSite(org.apache.maven.project.MavenProject project)
Methods in org.eclipse.tycho.core.osgitools with parameters of type UpdateSite Modifier and Type Method Description void
AbstractArtifactDependencyWalker. 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 UpdateSite
UpdateSite. read(java.io.File file)
static UpdateSite
UpdateSite. read(java.io.InputStream is)
Methods in org.eclipse.tycho.model with parameters of type UpdateSite Modifier and Type Method Description static void
UpdateSite. 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 UpdateSite
SiteXmlManipulator. getSiteXml(ProjectMetadata project)
-