| Interface | Description |
|---|---|
| IndexParser |
Parses an index file that provides the metadata about content found in a content source.
|
| Class | Description |
|---|---|
| FullRemotePackageInfo |
Contains the full metadata about package content.
|
| HttpProvider |
Similiar to the
UrlProvider content source, but this expects the URL to use
the HTTP protocol. |
| RemotePackageInfo | |
| RemotePackageInfo.SupportedPackageType | |
| SimpleIndexParser |
Parses the simple index txt file whose format is simply "location|sha256" where location
is a relative filepath where the file is found on the content source.
|
| UrlProvider |
This is a basic implementation of a content source that provides primative package
synchronization with a URL-based content source, such as an HTTP server.
|
| XmlIndexParser |
Parses the index XML file whose format follows the package details schema.
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.