Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ideimpl.webupdate
Class UpdateBundle

java.lang.Object
  extended by oracle.ideimpl.webupdate.UpdateBundle

public final class UpdateBundle
extends java.lang.Object

Information from an update center about a bundle. A bundle is just a container for a set of updates.

Since:
10.1.3.0.3

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

UpdateBundle

public UpdateBundle()
Method Detail

setInstallLocation

public void setInstallLocation(java.lang.String installLocation)
Sets the install location.

Parameters:
installLocation - the install location.

getInstallLocation

public java.lang.String getInstallLocation()
Returns the install location of this bundle.

Returns:
the install location.

getUpdates

public java.util.Set getUpdates()
Returns all the updates that are part of this bundle.

Returns:
a set of UpdateInfo.

add

public void add(UpdateInfo update)
Adds an update to this bundle.

Parameters:
update - the update to add.

remove

public void remove(UpdateInfo update)
Removes an update from this bundle.

Parameters:
update - the update to remove.

getDownloadUrl

public java.lang.String getDownloadUrl()
Returns the download URL for this bundle.

Returns:
the download URL for this bundle.

setDownloadUrl

public void setDownloadUrl(java.lang.String downloadUrl)
Sets the download URL for this bundle.

Parameters:
downloadUrl - the download URL for this bundle.

getName

public java.lang.String getName()
Returns the name of this bundle.

Returns:
the name of this bundle.

setName

public void setName(java.lang.String name)
Sets the name of this bundle.

Parameters:
name - the name of this bundle.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.