|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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)
AbstractPluginPreferences
oldVersion
. The
default implementation does nothing. Sub classes should
overwrite this method.
convert
in class AbstractPluginPreferences
public 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 |