Uses of Class
tigase.archive.Settings
-
Packages that use Settings Package Description tigase.archive.processors -
-
Uses of Settings in tigase.archive.processors
Methods in tigase.archive.processors that return Settings Modifier and Type Method Description SettingsMessageArchivePlugin. getSettings(tigase.xmpp.jid.BareJID account, tigase.xmpp.XMPPResourceConnection session)SettingsMessageArchivePlugin. loadSettings(tigase.archive.processors.MessageArchivePlugin.RepoStringSupplier dataSupplier, tigase.archive.processors.MessageArchivePlugin.RepoStringConsumer dataConsumer, java.util.function.Supplier<java.util.Optional<tigase.vhosts.VHostItem>> vhostSupplier)SettingsMessageArchivePlugin. loadSettings(tigase.xmpp.XMPPResourceConnection session)Methods in tigase.archive.processors with parameters of type Settings Modifier and Type Method Description booleanMessageArchivePlugin. willArchive(tigase.server.Packet packet, tigase.xmpp.jid.JID buddyJid, Settings settings, java.util.function.Supplier<java.util.Optional<tigase.vhosts.VHostItem>> vhostItemSupplier, java.util.function.Predicate<tigase.xmpp.jid.JID> isInRoster)
-