|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jnlp.UpdateDesc
public class UpdateDesc
Represents an 'update' element in a JNLP file. This element describes when to check for updates and what actions to take if updates are available
UpdateDesc.Check
,
UpdateDesc.Policy
Nested Class Summary | |
---|---|
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 Summary | |
---|---|
UpdateDesc(UpdateDesc.Check check,
UpdateDesc.Policy policy)
|
Method Summary | |
---|---|
UpdateDesc.Check |
getCheck()
|
UpdateDesc.Policy |
getPolicy()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UpdateDesc(UpdateDesc.Check check, UpdateDesc.Policy policy)
Method Detail |
---|
public UpdateDesc.Check getCheck()
public UpdateDesc.Policy getPolicy()
|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |