Package tigase.db.util.importexport
Class Importer
java.lang.Object
tigase.db.util.importexport.Importer
-
Constructor Summary
ConstructorsConstructorDescriptionImporter
(RepositoryHolder repositoryHolder, VHostJDBCRepository vhostRepository, List<RepositoryManagerExtension> extensions, Path rootPath) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
elementCData
(String cdata) protected boolean
endElement
(String name) void
process
(BufferedReader reader) void
protected void
startElement
(String name, Map<String, String> attrs)
-
Constructor Details
-
Importer
public Importer(RepositoryHolder repositoryHolder, VHostJDBCRepository vhostRepository, List<RepositoryManagerExtension> extensions, Path rootPath)
-
-
Method Details
-
startElement
-
elementCData
-
endElement
-
process
- Throws:
IOException
-
process
- Throws:
IOException
-