Package tigase.archive
Class Settings
java.lang.Object
tigase.archive.Settings
Created by andrzej on 22.07.2016.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanvoidvoidsetArchiveMucMessages(boolean archiveMucMessages) voidsetArchiveOnlyForContactsInRoster(boolean archiveOnlyForContactsInRoster) voidsetAuto(boolean auto) voidsetStoreMethod(StoreMethod storeMethod) booleanupdateRequirements(StoreMethod requiredStoreMethod, StoreMuc storeMuc)
-
Constructor Details
-
Settings
public Settings()
-
-
Method Details
-
isAutoArchivingEnabled
public boolean isAutoArchivingEnabled() -
archiveOnlyForContactsInRoster
public boolean archiveOnlyForContactsInRoster() -
getStoreMethod
-
setStoreMethod
-
archiveMucMessages
public boolean archiveMucMessages() -
serialize
-
parse
-
setAuto
public void setAuto(boolean auto) -
setArchiveMucMessages
public void setArchiveMucMessages(boolean archiveMucMessages) -
setArchiveOnlyForContactsInRoster
public void setArchiveOnlyForContactsInRoster(boolean archiveOnlyForContactsInRoster) -
updateRequirements
-