|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xnap.util.AbstractPluginPreferences
org.xnap.plugin.openantivirus.OAVPreferences
public class OAVPreferences
| Field Summary | |
|---|---|
static int |
VERSION
|
| Fields inherited from class org.xnap.util.AbstractPluginPreferences |
|---|
logger, prefs, VERSION_KEY |
| Constructor Summary | |
|---|---|
OAVPreferences()
|
|
| Method Summary | |
|---|---|
void |
convert(int oldVersion)
Convert the preferences from oldVersion. |
boolean |
getScanDownloadDirs()
|
boolean |
getScanFinishedTransfers()
|
void |
setScanDownloadDirs(boolean newValue)
|
void |
setScanFinishedTransfers(boolean newValue)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int VERSION
| Constructor Detail |
|---|
public OAVPreferences()
| Method Detail |
|---|
public void convert(int oldVersion)
AbstractPluginPreferencesoldVersion. The
default implementation does nothing. Sub classes should
overwrite this method.
convert in class AbstractPluginPreferencespublic boolean getScanDownloadDirs()
public void setScanDownloadDirs(boolean newValue)
public boolean getScanFinishedTransfers()
public void setScanFinishedTransfers(boolean newValue)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||