Package tigase.db.util.importexport
Class JabberIqPrivateExtension
java.lang.Object
tigase.db.util.importexport.RepositoryManagerExtensionBase
tigase.db.util.importexport.JabberIqPrivateExtension
- All Implemented Interfaces:
RepositoryManagerExtension
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
exportDomainData
(String domain, Writer writer) void
exportUserData
(Path userDirPath, BareJID user, Writer writer) Methods inherited from class tigase.db.util.importexport.RepositoryManagerExtensionBase
exportInclude, getNamesOfComponent, getRepository, getRootPath, initialize
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface tigase.db.util.importexport.RepositoryManagerExtension
getExportParameters, getImportParameters, startImportDomainData
-
Constructor Details
-
JabberIqPrivateExtension
public JabberIqPrivateExtension()
-
-
Method Details