Package | Description |
---|---|
oracle.ideimpl.webupdate | |
oracle.ideimpl.webupdate.commandline | |
oracle.ideimpl.webupdate.uninstall | |
oracle.ideimpl.webupdate.wizard |
Modifier and Type | Class and Description |
---|---|
class |
UpdateCenterMessage
A message received from an update center.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<UpdateInfo> |
UpdateInfo.getRequiredUpdates()
Get other UpdateInfos that must be installed for this update.
|
java.util.Set<UpdateInfo> |
UpdateBundle.getUpdates()
Returns all the updates that are part of this bundle.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateBundle.add(UpdateInfo update)
Adds an update to this bundle.
|
void |
UpdateBundle.remove(UpdateInfo update)
Removes an update from this bundle.
|
static boolean |
CheckUpdatesRunnable.testCompatibleVersion(UpdateInfo update,
java.lang.String depId,
Version version) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
CheckUpdatesRunnable.finished(java.util.Collection<UpdateInfo> updates)
An update with all satisified dependencies was found.
|
protected abstract void |
CheckMasterListRunnable.finished(java.util.List<UpdateInfo> masterList)
Called when the master list has been retrieved.
|
Modifier and Type | Method and Description |
---|---|
UpdateInfo |
CheckForCompatiableUpdates.getUpdateInfo(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<UpdateInfo> |
CheckForCompatiableUpdates.getUpdates() |
Constructor and Description |
---|
BundleDownloader(java.util.List<UpdateInfo> updateInfoes) |
Modifier and Type | Method and Description |
---|---|
static UpdateInfo |
CFUBundlesExtraInfo.createFromLineInExtras(java.lang.String line) |
Modifier and Type | Method and Description |
---|---|
java.util.List<UpdateInfo> |
ManageInstalledUpdates.getInstalledUpdates() |
java.util.List<UpdateInfo> |
ManageInstalledUpdates.getUpdatesToBeInstalled() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
CFUBundlesExtraInfo.extrasToString(UpdateInfo update) |
Modifier and Type | Method and Description |
---|---|
void |
ManageInstalledUpdates.seedUnInstaller(java.util.Set<UpdateInfo> updates) |
Modifier and Type | Method and Description |
---|---|
UpdateInfo |
UpdateItem.getUpdate() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<UpdateInfo,UpdateItem> |
UpdatesTreePanel.getMapOfUpdateInfos() |
protected java.util.List<UpdateInfo> |
UpdatesTreePanel.getSelectedUpdates() |
Modifier and Type | Method and Description |
---|---|
boolean |
UpdateWizardModel.isLicenseAgreed(UpdateInfo update) |
void |
UpdateWizardModel.setLicenseAgreed(UpdateInfo update,
boolean agreed) |
Modifier and Type | Method and Description |
---|---|
protected void |
UpdatesTreePanel.populateUpdates(java.util.Collection<UpdateInfo> updates,
boolean selectAll) |
void |
UpdateWizardModel.setSelectedUpdates(java.util.Collection<UpdateInfo> selectedUpdates) |