| Modifier and Type | Class and Description |
|---|---|
class |
FullRemotePackageInfo
Contains the full metadata about package content.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,RemotePackageInfo> |
UrlProvider.getRemotePackageInfosFromIndex()
Returns info on all the files listed in the
index file. |
protected Map<String,RemotePackageInfo> |
XmlIndexParser.jaxbParse(InputStream indexStream,
URL indexUrl,
String rootUrlString) |
Map<String,RemotePackageInfo> |
XmlIndexParser.parse(InputStream indexStream,
UrlProvider contentSource) |
Map<String,RemotePackageInfo> |
IndexParser.parse(InputStream indexStream,
UrlProvider contentSource)
Given an input stream containing the index data, this will parse that data and return
the parsed information.
|
Map<String,RemotePackageInfo> |
SimpleIndexParser.parse(InputStream indexStream,
UrlProvider contentSource) |
| Modifier and Type | Method and Description |
|---|---|
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,
List<ContentProviderPackageDetails> packages,
RemotePackageInfo rpi)
Builds up the report of packages by adding to it the content that is being processed.
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.