public class UpdateDesc
extends java.lang.Object
UpdateDesc.Check
,
UpdateDesc.Policy
Modifier and Type | Class and Description |
---|---|
static class |
UpdateDesc.Check
Describes when/how long to check for updates.
|
static class |
UpdateDesc.Policy
Describes what to do when the Runtime knows there is an applicatFion
update before the application is launched.
|
Constructor and Description |
---|
UpdateDesc(UpdateDesc.Check check,
UpdateDesc.Policy policy) |
Modifier and Type | Method and Description |
---|---|
UpdateDesc.Check |
getCheck() |
UpdateDesc.Policy |
getPolicy() |
public UpdateDesc(UpdateDesc.Check check, UpdateDesc.Policy policy)
public UpdateDesc.Check getCheck()
public UpdateDesc.Policy getPolicy()