| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ideimpl.webupdate.UpdateBundle
public final class UpdateBundle
Information from an update center about a bundle. A bundle is just a container for a set of updates.
| Constructor Summary | |
|---|---|
UpdateBundle()
 | 
|
| Method Summary | |
|---|---|
 void | 
add(UpdateInfo update)
Adds an update to this bundle.  | 
 java.lang.String | 
getDownloadUrl()
Returns the download URL for this bundle.  | 
 java.lang.String | 
getInstallLocation()
Returns the install location of this bundle.  | 
 java.lang.String | 
getName()
Returns the name of this bundle.  | 
 java.util.Set | 
getUpdates()
Returns all the updates that are part of this bundle.  | 
 void | 
remove(UpdateInfo update)
Removes an update from this bundle.  | 
 void | 
setDownloadUrl(java.lang.String downloadUrl)
Sets the download URL for this bundle.  | 
 void | 
setInstallLocation(java.lang.String installLocation)
Sets the install location.  | 
 void | 
setName(java.lang.String name)
Sets the name of this bundle.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public UpdateBundle()
| Method Detail | 
|---|
public void setInstallLocation(java.lang.String installLocation)
installLocation - the install location.public java.lang.String getInstallLocation()
public java.util.Set getUpdates()
public void add(UpdateInfo update)
update - the update to add.public void remove(UpdateInfo update)
update - the update to remove.public java.lang.String getDownloadUrl()
public void setDownloadUrl(java.lang.String downloadUrl)
downloadUrl - the download URL for this bundle.public java.lang.String getName()
public void setName(java.lang.String name)
name - the name of this bundle.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||