Uses of Class
ca.corbett.updates.UpdateSources
Packages that use UpdateSources
Package
Description
Contains classes and utilities to support dynamic application and extension updates from one
or more configured remote sources.
-
Uses of UpdateSources in ca.corbett.updates
Fields in ca.corbett.updates declared as UpdateSourcesMethods in ca.corbett.updates that return UpdateSourcesModifier and TypeMethodDescriptionstatic UpdateSourcesFactory method to generate an UpdateSources instance from the given json file, assuming that the file is readable and contains well-formed json.static UpdateSourcesFactory method to generate an UpdateSources instance from the given raw json string, assuming that the json is well-formed and parseable.Constructors in ca.corbett.updates with parameters of type UpdateSourcesModifierConstructorDescriptionUpdateManager(UpdateSources sources) If you have already parsed the UpdateSources instance, you can supply it to this constructor.