Interface | Description |
---|---|
Directories |
Interface that the UpdateManager and update task use to retreive information
about the directories updates should be installed into.
|
UpdateCenterMonitor |
The UpdateCenter uses the UpdateCenterMonitor to report progress while
getting details of updates.
|
Class | Description |
---|---|
AbstractProgressMonitor | |
AutomaticCheckForUpdates | |
BasicProgressMonitor |
A basic progress monitor implemented as a progress bar.
|
CheckForUpdatesPreferences |
Preferences for check for updates.
|
CheckMasterListRunnable |
A runnable that checks the master list to retrieve available update
centers.
|
CheckUpdatesRunnable |
Runnable that checks one or more update centers for new updates.
|
DeferredUpdater |
DeferredUpdater is the main class called by jdev and jdev.exe when the
IDE starts up if there are deferred update tasks.
|
DeterminateProgressMonitor |
Progress monitor registered with the update manager for receiving feedback
about udpate progress
|
DownloadUpdatesRunnable |
Runnable which downloads updates and assembles the list of installation
tasks.
|
LocalUpdateBundle |
Represents a local update bundle.
|
MasterListEntry |
An entry in the master list of update centers.
|
UpdateArb | |
UpdateArb_de | |
UpdateArb_en | |
UpdateArb_es | |
UpdateArb_fr | |
UpdateArb_it | |
UpdateArb_ja | |
UpdateArb_ko | |
UpdateArb_pt_BR | |
UpdateArb_zh_CN | |
UpdateArb_zh_TW | |
UpdateBundle |
Information from an update center about a bundle.
|
UpdateCategory | |
UpdateCenter |
An UpdateCenter provides messages and updates to the IDE.
|
UpdateCenterMessage |
A message received from an update center.
|
UpdateHook |
Extension hook for update centers.
|
UpdateInfo |
Information from an update center about an update (either an extension or
a patch).
|
UpdateLrb | |
UpdateLrb_de | |
UpdateLrb_en | |
UpdateLrb_es | |
UpdateLrb_fr | |
UpdateLrb_it | |
UpdateLrb_ja | |
UpdateLrb_ko | |
UpdateLrb_pt_BR | |
UpdateLrb_zh_CN | |
UpdateLrb_zh_TW | |
UpdateManager |
The update manager provides information about previously installed updates
and provides access to the update center.
|
UpdateMessage |
A message from an update center.
|
UpdatePreferences |
Preferences page for check for updates.
|
WebUpdateAddin |
The WebUpdateAddin provides support for checking for IDE updates
(patches and extensions) over the web.
|
WebUpdateController |
Controller for check for updates.
|
Enum | Description |
---|---|
UpdateInfo.Type |
Exception | Description |
---|---|
InvalidLocalBundleException |
Exception thrown when you try to create a LocalUpdateBundle from a zip
file that is not in the correct format.
|
UpdateCenterException |
Exception thrown when a call to the update center fails.
|