Class Settings


  • public class Settings
    extends java.lang.Object
    Created by andrzej on 22.07.2016.
    • Constructor Detail

      • Settings

        public Settings()
    • Method Detail

      • isAutoArchivingEnabled

        public boolean isAutoArchivingEnabled()
      • archiveOnlyForContactsInRoster

        public boolean archiveOnlyForContactsInRoster()
      • 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)