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

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

Subclasses of RemotePackageInfo in org.rhq.enterprise.server.plugins.url
 class FullRemotePackageInfo
          Contains the full metadata about package content.
 

Methods in org.rhq.enterprise.server.plugins.url that return types with arguments of type RemotePackageInfo
protected  java.util.Map<java.lang.String,RemotePackageInfo> UrlProvider.getRemotePackageInfosFromIndex()
          Returns info on all the files listed in the index file.
protected  java.util.Map<java.lang.String,RemotePackageInfo> XmlIndexParser.jaxbParse(java.io.InputStream indexStream, java.net.URL indexUrl, java.lang.String rootUrlString)
           
 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.
 

Methods in org.rhq.enterprise.server.plugins.url with parameters of type RemotePackageInfo
protected  ContentProviderPackageDetails UrlProvider.createPackage(RemotePackageInfo rpi)
          Created the package details given the remote package information.
protected  RemotePackageInfo.SupportedPackageType UrlProvider.determinePackageType(RemotePackageInfo rpi)
           
protected  void UrlProvider.syncPackage(PackageSyncReport report, java.util.List<ContentProviderPackageDetails> packages, RemotePackageInfo rpi)
          Builds up the report of packages by adding to it the content that is being processed.
 



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