|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.preferences.model.AbstractSubsystemPreferences
com.partnersoft.preferences.model.UpdatePreferences
public class UpdatePreferences
SubsystemPreferences for platform update behavior.
Copyright 2010 Partner Software, Inc.
| Constructor Summary | |
|---|---|
UpdatePreferences()
|
|
UpdatePreferences(Cog state)
|
|
| Method Summary | |
|---|---|
boolean |
getRestartAutomatically()
If true, the main Partner application (the map viewer) will start automatically after an update and migration, without prompting the user. |
java.lang.String |
getUpdateSource()
Location for updates. |
void |
setRestartAutomatically(boolean restartAutomatically)
|
void |
setUpdateSource(java.lang.String updateSource)
|
Cog |
toCog()
Returns the complete internal state of this object in the form of a Cog. |
| Methods inherited from class com.partnersoft.preferences.model.AbstractSubsystemPreferences |
|---|
getName, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpdatePreferences()
public UpdatePreferences(Cog state)
| Method Detail |
|---|
public Cog toCog()
CoggableCog.
toCog in interface CoggabletoCog in class AbstractSubsystemPreferencespublic java.lang.String getUpdateSource()
public void setUpdateSource(java.lang.String updateSource)
public boolean getRestartAutomatically()
public void setRestartAutomatically(boolean restartAutomatically)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||