Package tigase.archive
Class Settings
- java.lang.Object
-
- tigase.archive.Settings
-
public class Settings extends java.lang.ObjectCreated by andrzej on 22.07.2016.
-
-
Constructor Summary
Constructors Constructor Description Settings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanarchiveMucMessages()booleanarchiveOnlyForContactsInRoster()StoreMethodgetStoreMethod()booleanisAutoArchivingEnabled()voidparse(java.lang.String data)java.lang.Stringserialize()voidsetArchiveMucMessages(boolean archiveMucMessages)voidsetArchiveOnlyForContactsInRoster(boolean archiveOnlyForContactsInRoster)voidsetAuto(boolean auto)voidsetStoreMethod(StoreMethod storeMethod)booleanupdateRequirements(StoreMethod requiredStoreMethod, StoreMuc storeMuc)
-
-
-
Method Detail
-
isAutoArchivingEnabled
public boolean isAutoArchivingEnabled()
-
archiveOnlyForContactsInRoster
public boolean archiveOnlyForContactsInRoster()
-
getStoreMethod
public StoreMethod getStoreMethod()
-
setStoreMethod
public void setStoreMethod(StoreMethod storeMethod)
-
archiveMucMessages
public boolean archiveMucMessages()
-
serialize
public java.lang.String serialize()
-
parse
public void parse(java.lang.String data)
-
setAuto
public void setAuto(boolean auto)
-
setArchiveMucMessages
public void setArchiveMucMessages(boolean archiveMucMessages)
-
setArchiveOnlyForContactsInRoster
public void setArchiveOnlyForContactsInRoster(boolean archiveOnlyForContactsInRoster)
-
updateRequirements
public boolean updateRequirements(StoreMethod requiredStoreMethod, StoreMuc storeMuc)
-
-