Class Settings

java.lang.Object
tigase.archive.Settings

public class Settings extends Object
Created by andrzej on 22.07.2016.
  • Constructor Details

    • Settings

      public Settings()
  • Method Details

    • isAutoArchivingEnabled

      public boolean isAutoArchivingEnabled()
    • archiveOnlyForContactsInRoster

      public boolean archiveOnlyForContactsInRoster()
    • getStoreMethod

      public StoreMethod getStoreMethod()
    • setStoreMethod

      public void setStoreMethod(StoreMethod storeMethod)
    • archiveMucMessages

      public boolean archiveMucMessages()
    • serialize

      public String serialize()
    • parse

      public void parse(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)