Property | Type | Description | |
---|---|---|---|
DefaultSource | FeedUri |
Method | Description | |
---|---|---|
AddSource ( FeedUri uri ) : bool | ||
CatalogManager ( [ trustManager, [ handler ) : System |
Creates a new catalog manager.
|
|
DownloadCatalog ( FeedUri source ) : Catalog | ||
RemoveSource ( FeedUri uri ) : bool | ||
SetSources ( [ |
Sets the list of catalog sources in a configuration file.
|
Method | Description | |
---|---|---|
GetCached ( ) : Catalog | ||
GetOnline ( ) : Catalog | ||
GetSources ( ) : FeedUri[] | ||
SaveCache ( [ catalog ) : void |
Saves a merged Catalog to the cache file for later retrieval by GetCached.
|
public CatalogManager ( [ trustManager, [ handler ) : System | ||
trustManager | [ | Methods for verifying signatures and user trust. |
handler | [ | A callback object used when the the user needs to be informed about progress. |
return | System |
public DownloadCatalog ( FeedUri source ) : Catalog | ||
source | FeedUri | |
return | Catalog |
public static SetSources ( [ |
||
uris | [ |
The list of catalog sources to use from now on. |
return | void |