Uses of Enum Class
ca.corbett.updates.ExtensionDownloadThread.Options
Packages that use ExtensionDownloadThread.Options
Package
Description
Contains classes and utilities to support dynamic application and extension updates from one
or more configured remote sources.
-
Uses of ExtensionDownloadThread.Options in ca.corbett.updates
Methods in ca.corbett.updates that return ExtensionDownloadThread.OptionsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ExtensionDownloadThread.Options[]ExtensionDownloadThread.Options.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.corbett.updates with parameters of type ExtensionDownloadThread.OptionsModifier and TypeMethodDescriptionvoidExtensionDownloadThread.setDownloadOptions(ExtensionDownloadThread.Options options) Before starting the worker thread, you can decide which file(s) should be downloaded for the extension in question.