Uses of Class
org.rhq.enterprise.server.plugins.url.UrlProvider

Uses of UrlProvider in org.rhq.enterprise.server.plugins.url
 

Subclasses of UrlProvider in org.rhq.enterprise.server.plugins.url
 class HttpProvider
          Similiar to the UrlProvider content source, but this expects the URL to use the HTTP protocol.
 

Methods in org.rhq.enterprise.server.plugins.url with parameters of type UrlProvider
 java.util.Map<java.lang.String,RemotePackageInfo> XmlIndexParser.parse(java.io.InputStream indexStream, UrlProvider contentSource)
           
 java.util.Map<java.lang.String,RemotePackageInfo> SimpleIndexParser.parse(java.io.InputStream indexStream, UrlProvider contentSource)
           
 java.util.Map<java.lang.String,RemotePackageInfo> IndexParser.parse(java.io.InputStream indexStream, UrlProvider contentSource)
          Given an input stream containing the index data, this will parse that data and return the parsed information.
 



Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.