Uses of Class
org.apache.ivy.osgi.updatesite.xml.UpdateSite
-
Packages that use UpdateSite Package Description org.apache.ivy.osgi.updatesite org.apache.ivy.osgi.updatesite.xml -
-
Uses of UpdateSite in org.apache.ivy.osgi.updatesite
Methods in org.apache.ivy.osgi.updatesite that return UpdateSite Modifier and Type Method Description private UpdateSite
UpdateSiteLoader. loadSite(java.net.URI repoUri)
Methods in org.apache.ivy.osgi.updatesite with parameters of type UpdateSite Modifier and Type Method Description private UpdateSiteDescriptor
UpdateSiteLoader. loadFromDigest(UpdateSite site)
private UpdateSiteDescriptor
UpdateSiteLoader. loadFromSite(UpdateSite site)
-
Uses of UpdateSite in org.apache.ivy.osgi.updatesite.xml
Fields in org.apache.ivy.osgi.updatesite.xml declared as UpdateSite Modifier and Type Field Description (package private) UpdateSite
EclipseUpdateSiteParser.SiteHandler. updatesite
Methods in org.apache.ivy.osgi.updatesite.xml that return UpdateSite Modifier and Type Method Description static UpdateSite
EclipseUpdateSiteParser. parse(java.io.InputStream in)
Methods in org.apache.ivy.osgi.updatesite.xml with parameters of type UpdateSite Modifier and Type Method Description static UpdateSiteDescriptor
UpdateSiteDigestParser. parse(java.io.InputStream in, UpdateSite site)
Constructors in org.apache.ivy.osgi.updatesite.xml with parameters of type UpdateSite Constructor Description DigestHandler(UpdateSite site)
-