load_releases
Description:
[ Version ( since = "0.16.0" ) ]
public bool load_releases (bool reload, bool allow_net) throws Error
public bool load_releases (bool reload, bool allow_net) throws Error
Load data from an external source, possibly a local file or a network resource.
Parameters:
this |
a Component instance. |
reload |
set to true to discard existing data and reload. |
allow_net |
allow fetching release data from the internet. |
Returns:
true on success. |