public final class UpdateBundle
extends java.lang.Object
Constructor and Description |
---|
UpdateBundle() |
Modifier and Type | Method and Description |
---|---|
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<UpdateInfo> |
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.
|
public void setInstallLocation(java.lang.String installLocation)
installLocation
- the install location.public java.lang.String getInstallLocation()
public java.util.Set<UpdateInfo> 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.